Update recorder.markdown

This commit is contained in:
Pascal Vizeli 2016-11-21 14:19:37 +01:00 committed by GitHub
parent 690f1155c7
commit a2a75c0eeb

View File

@ -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
```