Skip to content

Commit 471c1cf

Browse files
committed
Add portaudio19-dev system dependency to installation instructions
1 parent 81ebb8d commit 471c1cf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ A minimalist real-time synthesizer built in Python using the keyboard as a piano
3232

3333
## Installation
3434

35-
Install dependencies using `uv`:
35+
First, install the required system package:
36+
37+
```bash
38+
sudo apt install portaudio19-dev
39+
```
40+
41+
Then install Python dependencies using `uv`:
3642

3743
```bash
3844
uv sync

0 commit comments

Comments
 (0)