update readme to updated python version

v1-0-stable
Christian Merten 4 years ago
parent 8df2670138
commit 3603dc6c4b

@ -10,7 +10,7 @@ to contribute ideas in form of edits to this README, issues, landmarks, projects
## Development server ## Development server
1. Install `virtualenv` (with pip3) 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` 3. Activate the environment with `source venv/bin/activate`
4. Install requirements with `pip3 install -r requirements.txt` 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. 5. Setup a MySQL database called `jdav_db` and create a user that can access this database.

Loading…
Cancel
Save