Skip to content

Commit 23d2dcb

Browse files
cgarwoodLandrash
authored andcommitted
Add note for MySQL install on Raspbian Stretch (home-assistant#3514)
* Add note for MySQL install on Raspbian Stretch Added note as detailed in home-assistant#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.
1 parent b3f8dfc commit 23d2dcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_components/recorder.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ $ pip3 install mysqlclient
116116
For MySQL you may have to install a few dependencies. You can choose between `pymysql` and `mysqlclient`:
117117

118118
```bash
119-
$ sudo apt-get install libmysqlclient-dev
119+
$ sudo apt-get install default-libmysqlclient-dev
120120
$ pip3 install mysqlclient
121121
```
122+
122123
If you are in a virtual environment, don't forget to activate it before installing the `mysqlclient` Python package.
123124

124125
```bash

0 commit comments

Comments
 (0)