Skip to content
Snippets Groups Projects
Commit 5cbdf9eb authored by Ivan Jaramillo's avatar Ivan Jaramillo
Browse files

Update readme.md

parent bbf4d20c
Branches main
No related tags found
No related merge requests found
...@@ -66,10 +66,13 @@ To get a local copy up and running follow these simple example steps. ...@@ -66,10 +66,13 @@ To get a local copy up and running follow these simple example steps.
1. Linux: 1. Linux:
We had an issue when we were installing pyaudio without specific dependencies. 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: 2. Windows:
There were problems with installing pyaudio directly over pip. Installing over pipwin helped this issue. 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 pipwin install pyaudio
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment