docs: describe extra WSL installation step

ref: N25B-119
This commit is contained in:
Twirre Meulenbelt
2025-11-02 16:35:15 +01:00
parent 854a14bf0c
commit 8a095323ec

View File

@@ -40,6 +40,12 @@ We depend on PortAudio for the `pyaudio` package, so install it with:
sudo apt install -y portaudio19-dev
```
On WSL, also install:
```bash
sudo apt install -y libasound2-plugins
```
Install the required packages with
```bash