From eaf2308a0dec30a9c5293ae3cb8d0e579cf7b089 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Wed, 20 Sep 2023 19:31:42 +0200 Subject: [PATCH] Readme? --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README 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