docs: update README.md

pull/1/head
Luca 8 months ago
parent 595e0a47b9
commit d4234279ff

@ -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`

Loading…
Cancel
Save