From c67f57ff7f2ce6940212c54d87f20d20cf359d57 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Wed, 20 Sep 2023 19:28:55 +0200 Subject: [PATCH] changed the README to the main dic --- Website/README | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Website/README diff --git a/Website/README b/Website/README deleted file mode 100644 index 491f4ba..0000000 --- a/Website/README +++ /dev/null @@ -1,10 +0,0 @@ -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