From 8a095323ec45f98fde38b985a17d5b4fc96e94ce Mon Sep 17 00:00:00 2001 From: Twirre Meulenbelt <43213592+TwirreM@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:35:15 +0100 Subject: [PATCH] docs: describe extra WSL installation step ref: N25B-119 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8ef5ce9..ce43e57 100644 --- a/README.md +++ b/README.md @@ -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