7 lines
243 B
Markdown
7 lines
243 B
Markdown
# 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`
|