mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
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:
parent
a9073f6052
commit
77645798a4
@ -45,7 +45,7 @@ $ sudo apt-get upgrade -y
|
|||||||
Install the dependencies.
|
Install the dependencies.
|
||||||
|
|
||||||
```bash
|
```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`.
|
Add an account for Home Assistant called `homeassistant`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user