Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ You can use a ready-to-use ISO image from the [Releases](https://github.com/jose
sudo apt update
sudo apt -y install git python3-pip python3-smbus python3-numpy libportaudio2
sudo apt -y install raspberrypi-kernel # quite long to install, do it only if necessary, it solves a "no sound before 25 second on boot" problem
sudo apt-get update
sudo apt-get install build-essential libasound-dev libjack-dev #This steps where added 08/02/2025 (MM/DD/YYYY) because if you don't do it, probably next steps wont work.
sudo pip3 install cython cffi sounddevice pyserial
sudo pip3 install git+https://github.com/SamplerBox/rtmidi-python.git # now also works for Python3.9+ and Cython3 ; for Windows, see below
~~~
Expand Down