Merge dev with main #27
@@ -34,6 +34,12 @@ python -m virtualenv .venv
|
|||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
We depend on PortAudio for the `pyaudio` package, so install it with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install -y portaudio19-dev
|
||||||
|
```
|
||||||
|
|
||||||
Install the required packages with
|
Install the required packages with
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user