From 9be8ba788e56542cdedf1fcf6fff044ac0b9f527 Mon Sep 17 00:00:00 2001 From: Castro0o Date: Fri, 23 Mar 2018 16:24:00 +0100 Subject: [PATCH] pocket sphinx dependencies --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index bea5d99..89b4453 100644 --- a/README +++ b/README @@ -47,9 +47,11 @@ Description: Speech recognition feedback loops using the first sentence of a sca run: `make ttssr-human-only` Specific Dependencies: -* [pocketsphinx](https://github.com/bambocher/pocketsphinx-python) `sudo pip3 install pocketsphinx` ---> FOLLOW THIS EXAMPLE -* SpeechRecognition 3.8.1 -* PyAudio +* PocketSphinx pacakge `sudo aptitude install pocketsphinx pocketsphinx-en-us` + +* Speech Recognition: `sudo pip3 install SpeechRecognition` +* TermColor: `sudo pip3 install termcolor` +* PyAudio: `pip3 install pyaudio`