diff --git a/examples/ggwave-py/README.md b/examples/ggwave-py/README.md index 8690f74..6649288 100644 --- a/examples/ggwave-py/README.md +++ b/examples/ggwave-py/README.md @@ -7,3 +7,10 @@ Python examples using the `ggwave` python package ```bash pip install ggwave ``` + +Some of the packages depend on `pyaudio`. To install it: + +```bash +sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio +pip install pyaudio +```