From b614d8fb39291e0bda5b2c2f1d2b2eb804c451e6 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Sun, 25 Feb 2024 18:47:10 +0100 Subject: [PATCH] Added some database setup infos --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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`