From 69693dcba439f94b07eaf8df0fa37470a6bfe5d3 Mon Sep 17 00:00:00 2001 From: David Rodenkirchen Date: Mon, 27 May 2024 19:44:08 +0200 Subject: [PATCH] add devmode info to README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64986d8..a6f2651 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ -# EZ GG Webite +# EZ GG Website ## Overview -This repository contains the code for the EZ GG e.V. website. \ No newline at end of file +This repository contains the code for the EZ GG e.V. website. + +## How to install + +1. Create a Python VENV with Python version 3.11+ +2. Install dependencies via `pip install -r requirements.txt` +3. Run dev mode via `rio run` \ No newline at end of file