From 02f7502daf8f9f2137c7f4ef56e6280906eaf920 Mon Sep 17 00:00:00 2001 From: schn33fuchs Date: Tue, 2 Jun 2026 15:43:24 +0200 Subject: [PATCH] README update Small fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2725160..70402b2 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Installation 1. Python von [python.org](https://www.python.org/downloads/) herunterladen 2. Pip von [get-pip.py](https://bootstrap.pypa.io/get-pip.py) herunterladen -2.2. Datei mit python get-pip.py (im richtigen Ordner) ausführen + - Datei mit python get-pip.py (im richtigen Ordner) ausführen 3. Das repository klonen mit `git clone https://git.raffauf-clan.de/schn33fuchs/kuehlschrank.git` >[!NOTE] > Wenn git nicht installiert: [https://git-scm.com/install/mac](https://git-scm.com/install/mac) 4. Im terminal: Den 'kuehlschrank' Ordner öffnen -4.2. `source venv/bin/activate` ausführen -4.3. `pip install kivy` ausführen -4.4. `python main.py` ausführen + - `source venv/bin/activate` ausführen + - `pip install kivy` ausführen + - `python main.py` ausführen