From 32dc1efe11f1aa71f3c7cab66a4fcebc6542524a Mon Sep 17 00:00:00 2001 From: Chrys Date: Wed, 26 Jul 2017 09:47:53 +0200 Subject: [PATCH] add steps to finalize install --- setup.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/setup.py b/setup.py index a6308dd5..4d9640a3 100755 --- a/setup.py +++ b/setup.py @@ -93,14 +93,3 @@ print('Please install the following packages manal:') print('- speech-dispatcher: for the default speech driver') print('- espeak: as basic TTS engine') print('- brltty: for Braille') - -print('') -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') -print('once as their user account and once as root to configure pulseaudio.') -print('Please install the following packages manal:') -print('- speech-dispatcher: for the default speech driver') -print('- espeak: as basic TTS engine') -print('- brltty: for Braille')