diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff0347f --- /dev/null +++ b/README.md @@ -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`