From 1179c8451b26170a23e2e570a5f716b63d4ad24a Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 23 Mar 2018 17:14:29 +0100 Subject: [PATCH] changes in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`