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