Update raspberry-pi.markdown (#13928)

build-essential is needed for bcrypt package
This commit is contained in:
Gabriel Barceló Soteras 2020-07-06 21:41:42 +02:00 committed by GitHub
parent 37461bd85b
commit 090261e4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ sudo apt-get upgrade -y
Install the dependencies.
```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`.