From eecddcafa1441e2aa52c45952d4fef864d2b9d66 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Wed, 26 Jul 2017 09:45:58 +0200 Subject: [PATCH] Update setup.py --- setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.py b/setup.py index b94df3ea..17180103 100755 --- a/setup.py +++ b/setup.py @@ -84,3 +84,13 @@ setup( ) +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')