From a90f72022bc1f6b843171e1807b1c093cf2d5814 Mon Sep 17 00:00:00 2001 From: Ske087 Date: Mon, 13 Jan 2025 15:54:37 +0200 Subject: [PATCH] update enviroment --- .gitignore | 2 +- enviroment.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 enviroment.txt diff --git a/.gitignore b/.gitignore index 0daabc9..1e4e193 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ digiscreen/ -enviroment.txt + diff --git a/enviroment.txt b/enviroment.txt new file mode 100644 index 0000000..ecbc84c --- /dev/null +++ b/enviroment.txt @@ -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 \ No newline at end of file