From d4234279ffd5b48bbcce39c37a00212cdfb29a3c Mon Sep 17 00:00:00 2001 From: Luca Date: Sat, 4 May 2024 00:47:01 +0200 Subject: [PATCH] docs: update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d3c6539..5b763eb 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ ## project setup -* make sure python 3.11 or 3.10 is installed +* make sure python 3.12 is installed * install `python-psycopg2` system wide * `python -m venv env` * `. env/bin/activate` -* comment out librabbitmq in requirements.txt when using python 3.11 * `pip install -r requirements.txt` * `./manage.py migrate` * `./manage.py createsuperuser`