update enviroment
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
digiscreen/
|
digiscreen/
|
||||||
enviroment.txt
|
|
||||||
|
|
||||||
|
|||||||
9
enviroment.txt
Normal file
9
enviroment.txt
Normal 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
|
||||||
Reference in New Issue
Block a user