From a2a75c0eeb78ff35139b4f9ea3e06d0a32db5a97 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 21 Nov 2016 14:19:37 +0100 Subject: [PATCH] Update recorder.markdown --- source/_components/recorder.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown index b0dfd2e16d2..69551c136c6 100644 --- a/source/_components/recorder.markdown +++ b/source/_components/recorder.markdown @@ -59,3 +59,11 @@ $ sudo apt-get install libmysqlclient-dev $ pip3 install mysqlclient ``` +### {% linkable_title PostGreSQL %} + +For PostGreSQL you may have to install a few dependencies: + +```bash +$ sudo apt-get install postgresql-server-dev-X.Y +$ pip3 install psycopg2 +```