1
0
Fork 0
forked from anton/matekasse
matekasse/README

12 lines
330 B
Plaintext
Raw Permalink Normal View History

2023-09-20 17:31:42 +00:00
How to get started:
create venv:
python -m venv venv
start venv:
source venv/bin/activate
install requiremens:
pip install -r requirements.txt
2023-09-20 21:20:14 +00:00
create the log folder:
mkdir logs
2023-09-20 17:31:42 +00:00
start the program:
python main.py
You can now accses the Website on http://127.0.0.1:5000