Skip to content

Commit

Permalink
added hint on raspberry pi builds in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AIWintermuteAI committed Jul 18, 2024
1 parent cc9d098 commit d549400
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ git submodule update --init --recursive

Then build the wheel:

> [!IMPORTANT]
> If installing on Raspberry Pi OS (Lite, might apply to other images as well), you need to install some additional packages with apt-get:
> `sudo apt-get install libasound2-dev python3-dev python3-pip`
```bash
# Option 1: using pypa/build
python3 -m build -w
Expand Down

0 comments on commit d549400

Please sign in to comment.