We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9d098 commit d549400Copy full SHA for d549400
README.md
@@ -18,6 +18,10 @@ git submodule update --init --recursive
18
19
Then build the wheel:
20
21
+> [!IMPORTANT]
22
+> If installing on Raspberry Pi OS (Lite, might apply to other images as well), you need to install some additional packages with apt-get:
23
+> `sudo apt-get install libasound2-dev python3-dev python3-pip`
24
+
25
```bash
26
# Option 1: using pypa/build
27
python3 -m build -w
0 commit comments