From 8150fb028ee84b523160f6d03bb4757a7fd557b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Victor=20L=C3=B6fgren?= <viclo211@student.liu.se>
Date: Thu, 27 May 2021 12:18:39 +0200
Subject: [PATCH] Add psycopg to documentation

---
 docs/source/installation/server.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/source/installation/server.md b/docs/source/installation/server.md
index 2f047028..44a9345e 100644
--- a/docs/source/installation/server.md
+++ b/docs/source/installation/server.md
@@ -149,3 +149,9 @@ pip install wheel
 
 This [guide](https://stackoverflow.com/questions/53204916/what-is-the-meaning-of-failed-building-wheel-for-x-in-pip-install)
 can help you troubleshoot this problem further.
+
+### Problem: psycopg
+
+```
+pip install psycopg2
+```
-- 
GitLab