delete venv added readme and changed gitignore
This commit is contained in:
parent
83041ef820
commit
c967aa3977
2323 changed files with 16 additions and 406868 deletions
10
Website/README
Normal file
10
Website/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…
Add table
Add a link
Reference in a new issue