2
0
Fork 0

document project setup

This commit is contained in:
Florian Sorg 2023-05-06 17:04:28 +02:00
parent 909a12b0d4
commit b3edf13841
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
# shiftregister
![kontakt logo with its left half rotated 180 degrees, resembling the left shift operator](assets/tonkakt.svg)
## project setup
* make sure python 3.11 or 3.10 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 startserver`