From 6fc55bf129ec63f7deba39d13037fc9b5d5d93e5 Mon Sep 17 00:00:00 2001 From: rainer Date: Wed, 30 Apr 2025 00:03:34 +0200 Subject: [PATCH] added pygame, changed installer --- install.sh | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 88dec17..c010379 100644 --- a/install.sh +++ b/install.sh @@ -69,7 +69,7 @@ After=network.target Type=simple User=pi WorkingDirectory=$PROJECT_PATH -ExecStart=$VENV_PATH/bin/python $PROJECT_PATH/app.py +ExecStart=$VENV_PATH/bin/python $PROJECT_PATH/run.py Environment=\"PATH=$VENV_PATH/bin:$PATH\" Environment=\"VIRTUAL_ENV=$VENV_PATH\" Restart=always diff --git a/requirements.txt b/requirements.txt index 0af968d..eff6f57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ setuptools wheel Flask==2.3.3 gpiozero==1.6.2 +pygame