From 090261e4bc482f295098a633b2568b6fb456eb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Barcel=C3=B3=20Soteras?= Date: Mon, 6 Jul 2020 21:41:42 +0200 Subject: [PATCH] Update raspberry-pi.markdown (#13928) build-essential is needed for bcrypt package --- 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 23122195ead..4c35a00dd49 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 +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`.