diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index b7796158449..4dcb787a92a 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 +sudo apt-get install python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev autoconf ``` Add an account for Home Assistant Core called `homeassistant`.