Updated RPi Installation (#14627)

This commit is contained in:
dburnsii 2020-09-27 04:30:08 -07:00 committed by GitHub
parent c49154ad92
commit e5bcd8af25
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. Install the dependencies.
```bash ```bash
sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf build-essential libopenjp2-7 sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libtiff-dev autoconf build-essential libopenjp2-7
``` ```
Add an account for Home Assistant Core called `homeassistant`. Add an account for Home Assistant Core called `homeassistant`.