diff --git a/INSTALL.md b/INSTALL.md index 795ff71a815cd78cf699f829098882c436e522c4..6b7b36fac0ab5a1161df3daef8f997696350046a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,7 +37,7 @@ Python requirements are listed in ``requirements.txt``. They can be installed wi ### Manual Setup -1. setup a virtual environment using the proper python version ``virtualenv venv -p python3.10`` +1. setup a virtual environment using the proper python version ``virtualenv venv -p python3.11`` 1. activate virtualenv ``source venv/bin/activate`` 1. install python requirements ``pip install -r requirements.txt`` 1. setup necessary database tables etc. ``python manage.py migrate`` @@ -68,7 +68,7 @@ is not stored in any repository or similar, and disable DEBUG mode (``settings.p 1. create a folder, e.g. ``mkdir /srv/AKPlanning/`` 1. change to the new directory ``cd /srv/AKPlanning/`` 1. clone this repository ``git clone URL .`` -1. setup a virtual environment using the proper python version ``virtualenv venv -p python3.10`` +1. setup a virtual environment using the proper python version ``virtualenv venv -p python3.11`` 1. activate virtualenv ``source venv/bin/activate`` 1. update tools ``pip install --upgrade setuptools pip wheel`` 1. install python requirements ``pip install -r requirements.txt``