Skip to content

Commit d549400

Browse files
added hint on raspberry pi builds in README
1 parent cc9d098 commit d549400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ git submodule update --init --recursive
1818

1919
Then build the wheel:
2020

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+
2125
```bash
2226
# Option 1: using pypa/build
2327
python3 -m build -w

0 commit comments

Comments
 (0)