docs: add installation instructions for the portaudio dependency

ref: N25B-119
This commit is contained in:
Twirre Meulenbelt
2025-11-02 15:01:18 +01:00
parent 9ea446275e
commit 5912ac606a

View File

@@ -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