We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ebb8d commit 471c1cfCopy full SHA for 471c1cf
1 file changed
README.md
@@ -32,7 +32,13 @@ A minimalist real-time synthesizer built in Python using the keyboard as a piano
32
33
## Installation
34
35
-Install dependencies using `uv`:
+First, install the required system package:
36
+
37
+```bash
38
+sudo apt install portaudio19-dev
39
+```
40
41
+Then install Python dependencies using `uv`:
42
43
```bash
44
uv sync
0 commit comments