Added some database setup infos

This commit is contained in:
Maximilian Giller 2024-02-25 18:47:10 +01:00
parent 6da4073ced
commit b614d8fb39

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# Mixr API
## Setup
### Install requirements
If there are any issues with `psycopg2` and that it cannot be imported, you might be missing `libpq-dev`. If you are using a virtual environment, install it with `sudo apt-get install libpq-dev`