From cf7697fb0510aafd7f36fde6bcf378901076673d Mon Sep 17 00:00:00 2001 From: Castro0o Date: Fri, 23 Mar 2018 17:04:42 +0100 Subject: [PATCH] angeliki: dependencies --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 75513c1..62e19af 100644 --- a/README +++ b/README @@ -49,7 +49,8 @@ run: `make ttssr-human-only` Specific Dependencies: * PocketSphinx pacakge `sudo aptitude install pocketsphinx pocketsphinx-en-us` - +Python Libaries: +* PocketSphinx: `sudo pip3 install PocketSphinx` * Speech Recognition: `sudo pip3 install SpeechRecognition` * TermColor: `sudo pip3 install termcolor` * PyAudio: `pip3 install pyaudio`