mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Update recorder.markdown
This commit is contained in:
parent
690f1155c7
commit
a2a75c0eeb
@ -59,3 +59,11 @@ $ sudo apt-get install libmysqlclient-dev
|
|||||||
$ pip3 install mysqlclient
|
$ 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…
x
Reference in New Issue
Block a user