Files
ggwave/examples/ggwave-py/README.md
Georgi Gerganov e1ba135da7 Update README.md
2021-01-17 18:35:04 +02:00

17 lines
268 B
Markdown

## ggwave-py
Python examples using the `ggwave` python package
### Install
```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
```