mixr-api/README.md

8 lines
243 B
Markdown
Raw Normal View History

2024-02-25 18:47:10 +01:00
# 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`