added pygame, changed installer
This commit is contained in:
parent
e31d858cd0
commit
6fc55bf129
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@ setuptools
|
|||
wheel
|
||||
Flask==2.3.3
|
||||
gpiozero==1.6.2
|
||||
pygame
|
||||
|
|
|
|||
Reference in a new issue