README update

This commit is contained in:
2026-06-02 15:42:08 +02:00
parent e80a7c8dc1
commit 42528a2f62
+13 -1
View File
@@ -1,2 +1,14 @@
# kuehlschrank
# Getränkeliste
## 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
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