Update README.md

This commit is contained in:
Georgi Gerganov
2021-01-17 18:35:04 +02:00
committed by GitHub
parent 3417c44b73
commit e1ba135da7

View File

@@ -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
```