From 15eb09ef3d3a9fe8938e6c234a43a2d2d99facf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Larsg=C3=A5rd?= Date: Thu, 7 May 2020 08:21:00 +0200 Subject: [PATCH] `autoconf` is needed to install the tradfri module (#13321) --- 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 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`.