diff --git a/README b/README index 6c6a2af..2231e6f 100644 --- a/README +++ b/README @@ -50,7 +50,7 @@ Specific Dependencies: * PocketSphinx pacakge `sudo aptitude install pocketsphinx pocketsphinx-en-us` Python Libaries: -* PocketSphinx: `sudo pip3 install PocketSphinx` +* PocketSphinx: `sudo pip3 install PocketSphinx`, install dependencies: `sudo apt-get install gcc automake autoconf libtool bison swig python-dev libpulse-dev` * Speech Recognition: `sudo pip3 install SpeechRecognition` * TermColor: `sudo pip3 install termcolor` * PyAudio: `pip3 install pyaudio`