installer.sh aktualisiert
This commit is contained in:
14
installer.sh
14
installer.sh
@@ -1,17 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
sudo apt-get install python3-tk -y
|
||||||
# 1. Das Repo klonen
|
|
||||||
cd ~
|
cd ~
|
||||||
git clone https://gitea.msb24.duckdns.org/musabe24/t2000_gui.git
|
git clone https://gitea.msb24.duckdns.org/musabe24/t2000_gui.git
|
||||||
|
|
||||||
# 2. In das Verzeichnis wechseln
|
|
||||||
cd t2000_gui
|
cd t2000_gui
|
||||||
|
|
||||||
# 3. Eine virtuelle Umgebung erstellen
|
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
|
.venv/bin/pip install -r requirements.txt
|
||||||
# 4. Die requirements installieren
|
|
||||||
.venv/bin/pip install -r requirements.txt
|
|
||||||
|
|
||||||
# Hinweis zur Deaktivierung der virtuellen Umgebung
|
|
||||||
echo "Installation abgeschlossen. Um die virtuelle Umgebung zu deaktivieren, führen Sie 'deactivate' aus."
|
|
||||||
Reference in New Issue
Block a user