From e1ba135da7a69b4df805409868a610d98167c27e Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 17 Jan 2021 18:35:04 +0200 Subject: [PATCH] Update README.md --- examples/ggwave-py/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +```