From 816ba123261fbce2c96afa9de49711a5b1734e31 Mon Sep 17 00:00:00 2001 From: Rux Date: Thu, 8 Jun 2023 18:32:10 +0200 Subject: [PATCH] Update Linux dependencies in README.md On Debian 12 (and probably other distributions), you have to install the added packages on STEP 1 to avoid getting an error while Building wheel for pyaudio (9 | #include "portaudio.h" not found) during STEP 2. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e83dcd3..48d721b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ After you start the script you just press **F2** to start/stop recording. After **Step 1 (Linux - Ubuntu,Debian):** - sudo apt-get install python3 python3-pip git ffmpeg + sudo apt-get install python3 python3-pip git ffmpeg python3-pyaudio portaudio19-dev **Step 1 (Windows):**