forked from bton/matekasse
12 lines
No EOL
330 B
Text
12 lines
No EOL
330 B
Text
How to get started:
|
|
create venv:
|
|
python -m venv venv
|
|
start venv:
|
|
source venv/bin/activate
|
|
install requiremens:
|
|
pip install -r requirements.txt
|
|
create the log folder:
|
|
mkdir logs
|
|
start the program:
|
|
python main.py
|
|
You can now accses the Website on http://127.0.0.1:5000 |