update to settings

This commit is contained in:
ZennDev1337 2024-08-06 11:49:55 +02:00
parent a9b06f10f9
commit 359a768af7
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ fi
if [ ! -d ".venv" ]; then
python3 -m venv .venv
fi
source ./.venv/bin/activate
# Überprüfen, ob requirements.txt existiert, wenn nicht, erstelle eine leere Datei
if [ ! -f "requirements.txt" ]; then
touch requirements.txt