diff --git a/readme.md b/readme.md index 5a82307638a8387771da6f4cc5e734800af34aeb..4abcbf0b3cc1900959b5016f0e28c82ff9720a36 100644 --- a/readme.md +++ b/readme.md @@ -66,10 +66,13 @@ To get a local copy up and running follow these simple example steps. 1. Linux: We had an issue when we were installing pyaudio without specific dependencies. -``` sudo apt-get install portaudio19-dev ``` +```sh +sudo apt-get install portaudio19-dev +``` 2. Windows: There were problems with installing pyaudio directly over pip. Installing over pipwin helped this issue. -``` pip install pipwin +```sh + pip install pipwin pipwin install pyaudio ``` \ No newline at end of file