mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Update raspberry-pi.markdown (#13928)
build-essential is needed for bcrypt package
This commit is contained in:
parent
37461bd85b
commit
090261e4bc
@ -41,7 +41,7 @@ sudo apt-get upgrade -y
|
|||||||
Install the dependencies.
|
Install the dependencies.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf
|
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf build-essential
|
||||||
```
|
```
|
||||||
|
|
||||||
Add an account for Home Assistant Core called `homeassistant`.
|
Add an account for Home Assistant Core called `homeassistant`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user