From e5bcd8af25551ec0c9da9faa83899c5ad9e1edc9 Mon Sep 17 00:00:00 2001 From: dburnsii Date: Sun, 27 Sep 2020 04:30:08 -0700 Subject: [PATCH] Updated RPi Installation (#14627) --- source/_docs/installation/raspberry-pi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index a10140bc7bf..a3f28066ddc 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -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 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`.