From 5912ac606a575ada820277c736991ec97304abb2 Mon Sep 17 00:00:00 2001 From: Twirre Meulenbelt <43213592+TwirreM@users.noreply.github.com> Date: Sun, 2 Nov 2025 15:01:18 +0100 Subject: [PATCH] docs: add installation instructions for the portaudio dependency ref: N25B-119 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ae5e2b3..0d47f7b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ python -m virtualenv .venv source .venv/bin/activate ``` +We depend on PortAudio for the `pyaudio` package, so install it with: + +```bash +sudo apt install -y portaudio19-dev +``` + Install the required packages with ```bash