1
0
Fork 0
forked from anton/matekasse
This commit is contained in:
2000-Trek 2023-09-20 19:31:42 +02:00
parent 4fb43feb1e
commit eaf2308a0d

10
README Normal file
View file

@ -0,0 +1,10 @@
How to get started:
create venv:
python -m venv venv
start venv:
source venv/bin/activate
install requiremens:
pip install -r requirements.txt
start the program:
python main.py
You can now accses the Website on http://127.0.0.1:5000