update enviroment

This commit is contained in:
2025-01-13 15:54:37 +02:00
parent 5389ef7dee
commit a90f72022b
2 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
digiscreen/
enviroment.txt

9
enviroment.txt Normal file
View File

@@ -0,0 +1,9 @@
python -m venv digiscreen
source digiscreen/bin/activate
pip install flask sqlalchemy flask-sqlalchemy
python3 setup.py sdist
python3 setup.py bdist_wheel flask