From 5cbdf9ebd3e863f17f23a0c4cccf9a51ddc15c46 Mon Sep 17 00:00:00 2001 From: jorgeij <jorgeij@stud.ntnu.no> Date: Fri, 6 May 2022 13:05:13 +0200 Subject: [PATCH] Update readme.md --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5a82307..4abcbf0 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 -- GitLab