From 3603dc6c4b6e1ae6f6d8d851752597f7fb0872ab Mon Sep 17 00:00:00 2001 From: flavis Date: Fri, 24 Jun 2022 21:41:00 +0200 Subject: [PATCH] update readme to updated python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aef9c6c..0b77c2c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ to contribute ideas in form of edits to this README, issues, landmarks, projects ## Development server 1. Install `virtualenv` (with pip3) -2. Create a new virtualenv with `virtualenv --no-site-packages -p python3.5` +2. Create a new virtualenv with `virtualenv --no-site-packages -p python3.9` 3. Activate the environment with `source venv/bin/activate` 4. Install requirements with `pip3 install -r requirements.txt` 5. Setup a MySQL database called `jdav_db` and create a user that can access this database.