From ed527344df6a0f0a6788092229d865809fe7fb15 Mon Sep 17 00:00:00 2001 From: Jack Eilles Date: Tue, 12 Dec 2023 15:18:59 +0000 Subject: [PATCH] And again README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 974be57..1fbc220 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,8 @@ I don't mind if xygt is forked by anyone into a different project, all I ask is Thats it. ## How to run? - -Clone the repository with \ No newline at end of file +1. Clone the repository with `git clone https://github.com/jackeilles/xygt.git` +2. Create a virtual environment in the repository folder `python -m venv .venv` +3. Enter that venv with `source .venv/bin/activate` on Linux/MacOS or `.venv/scripts/activate` on Windows +4. Install "requirements.txt" with `pip install -r requirements.txt` +5. Run with whatever WSGI compatible runner you use, for example `flask run` \ No newline at end of file