Update 'README.md'

This commit is contained in:
starcalc 2022-02-26 15:04:28 +00:00
parent ae633b60d2
commit fd7294efa4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Remember to activate "ssh" before booting first (touch "/boot/ssh" on the MicroS
After login (ssh) proceed with these steps:
1. `sudo apt update`
2. `sudo apt upgrade`
3. `sudo apt -y install git python3-pip libsdl-mixer1.2`
3. `sudo apt -y install git python3-pip libsdl2-mixer-2.0-0`
4. `git clone https://repos.ctdo.de/interfisch/bananenkeyboard/`
5. `pip3 install pyserial pygame`
6. `sudo sh -c 'echo "\n[all]\nenable_uart=1\n" >>/boot/config.txt'`