Update recorder.markdown
This commit is contained in:
parent
690f1155c7
commit
a2a75c0eeb
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue