diff --git a/setup.py b/setup.py index 9b4f4a02..70fde27c 100755 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ setup( ) print('') -print('To have fenrir start at boot:') +print('To have Fenrir start at boot:') print('sudo systemctl enable fenrir') print('Pulseaudio users may want to run:') print('/usr/share/fenrir/tools/configure_pulse.sh') @@ -93,5 +93,5 @@ print('once as their user account and once as root to configure Pulseaudio.') print('Please install the following packages manually:') print('- Speech-dispatcher: for the default speech driver') print('- Espeak: as basic TTS engine') -print('- brltty: for Braille') -print('- sox: as an player for the generic sound driver') +print('- BrlTTY: for Braille') +print('- sox: is a player for the generic sound driver')