This commit is contained in:
joel
2026-04-15 19:11:03 +02:00
parent 6dece1410c
commit 0bd37cdd6f
10 changed files with 173 additions and 77 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
cd "$(dirname "$0")"
if [ ! -d ".venv" ]; then
echo "Die virtuelle Umgebung fehlt."
echo "Bitte führe zuerst die Installation (install/install_macos.sh) aus!"
exit 1
fi
source .venv/bin/activate
python3 main.py