mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Add note for MySQL install on Raspbian Stretch (#3514)
* Add note for MySQL install on Raspbian Stretch Added note as detailed in https://github.com/home-assistant/home-assistant.github.io/issues/3509 * Update recorder.markdown Change is to the Debian base package and not to Raspbian specifically. Edited your change to replace the suggested package instead.
This commit is contained in:
parent
b3f8dfc283
commit
23d2dcb016
@ -116,9 +116,10 @@ $ pip3 install mysqlclient
|
||||
For MySQL you may have to install a few dependencies. You can choose between `pymysql` and `mysqlclient`:
|
||||
|
||||
```bash
|
||||
$ sudo apt-get install libmysqlclient-dev
|
||||
$ sudo apt-get install default-libmysqlclient-dev
|
||||
$ pip3 install mysqlclient
|
||||
```
|
||||
|
||||
If you are in a virtual environment, don't forget to activate it before installing the `mysqlclient` Python package.
|
||||
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user