mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-09 02:48:07 +08:00
17 lines
268 B
Markdown
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
|
|
```
|