Update raspberry-pi.markdown (#9338)

Added additional dependency libssl-dev to avoid "fatal error: openssl/opensslv.h: No such file or directory” during pip3 install homeassistant step.
This commit is contained in:
nickidw 2019-04-28 18:44:14 +02:00 committed by Fabian Affolter
parent a9073f6052
commit 77645798a4

View File

@ -45,7 +45,7 @@ $ sudo apt-get upgrade -y
Install the dependencies.
```bash
$ sudo apt-get install python3 python3-venv python3-pip libffi-dev
$ sudo apt-get install python3 python3-venv python3-pip libffi-dev libssl-dev
```
Add an account for Home Assistant called `homeassistant`.