From c9a0b250d9aedb4e19e06d05528a5802bd244de0 Mon Sep 17 00:00:00 2001 From: franbrizkpo Date: Sat, 2 Aug 2025 17:23:17 -0300 Subject: [PATCH] Update README.md In my case (2025) for a Raspberry Zero 2W --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2a90ba..0da6c7d 100644 --- a/README.md +++ b/README.md @@ -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 ~~~