2
0
Fork 0

docs: update README.md
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2024-05-04 00:47:01 +02:00
parent 595e0a47b9
commit d4234279ff
1 changed files with 1 additions and 2 deletions

View File

@ -6,11 +6,10 @@
## project setup ## project setup
* make sure python 3.11 or 3.10 is installed * make sure python 3.12 is installed
* install `python-psycopg2` system wide * install `python-psycopg2` system wide
* `python -m venv env` * `python -m venv env`
* `. env/bin/activate` * `. env/bin/activate`
* comment out librabbitmq in requirements.txt when using python 3.11
* `pip install -r requirements.txt` * `pip install -r requirements.txt`
* `./manage.py migrate` * `./manage.py migrate`
* `./manage.py createsuperuser` * `./manage.py createsuperuser`