forked from bton/matekasse
Readme?
This commit is contained in:
parent
4fb43feb1e
commit
eaf2308a0d
1 changed files with 10 additions and 0 deletions
10
README
Normal file
10
README
Normal 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
|
Loading…
Reference in a new issue