diff --git a/README b/README new file mode 100644 index 0000000..491f4ba --- /dev/null +++ b/README @@ -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 \ No newline at end of file