From 0de57559a8948c956eb95fd00d418fa20719d607 Mon Sep 17 00:00:00 2001 From: starcalc Date: Mon, 29 Jun 2020 23:12:48 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af36ce4..3c100a2 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,15 @@ Resistive touch sensors to sound by touching the probes or things connected to t When creating a new Raspian OS minimal, after login (ssh) proceed with these steps: -1. sudo apt -y install git \ No newline at end of file +1. sudo apt update +2. sudo apt upgrade +3. sudo apt -y install git python3-pip libsdl-ttf2.0-0 +4. git clone https://repos.ctdo.de/interfisch/bananenkeyboard/ +5. pip3 install pyserial pygame +6. sudo cp ~/bananenkeyboard/piconfig/config.txt /boot/config.txt +7. chmod u+x ~/bananenkeyboard/Pi/s.py + +Starten mit + +cd ~/bananenkeyboard/Pi +python3 ./s.py \ No newline at end of file From d35dbbb8b1523fff8066b784b6c51824834bb5a0 Mon Sep 17 00:00:00 2001 From: starcalc Date: Mon, 29 Jun 2020 23:14:42 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3c100a2..88a8627 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ Resistive touch sensors to sound by touching the probes or things connected to t When creating a new Raspian OS minimal, after login (ssh) proceed with these steps: -1. sudo apt update -2. sudo apt upgrade -3. sudo apt -y install git python3-pip libsdl-ttf2.0-0 -4. git clone https://repos.ctdo.de/interfisch/bananenkeyboard/ -5. pip3 install pyserial pygame -6. sudo cp ~/bananenkeyboard/piconfig/config.txt /boot/config.txt -7. chmod u+x ~/bananenkeyboard/Pi/s.py +1. `sudo apt update` +2. `sudo apt upgrade` +3. `sudo apt -y install git python3-pip libsdl-mixer1.2` +4. `git clone https://repos.ctdo.de/interfisch/bananenkeyboard/` +5. `pip3 install pyserial pygame` +6. `sudo cp ~/bananenkeyboard/piconfig/config.txt /boot/config.txt` +7. `chmod u+x ~/bananenkeyboard/Pi/s.py` Starten mit -cd ~/bananenkeyboard/Pi -python3 ./s.py \ No newline at end of file +`cd ~/bananenkeyboard/Pi` +`python3 ./s.py` From a60f918f002452898e0fc703d96d47323e880a3f Mon Sep 17 00:00:00 2001 From: starcalc Date: Mon, 29 Jun 2020 23:15:34 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88a8627..865cef7 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,5 @@ When creating a new Raspian OS minimal, after login (ssh) proceed with these ste Starten mit `cd ~/bananenkeyboard/Pi` + `python3 ./s.py`