From ea3169573177022341327de11513967dcc6215c7 Mon Sep 17 00:00:00 2001 From: Ricardo JL Rufino Date: Sat, 28 Mar 2020 18:28:47 -0300 Subject: [PATCH] Update armbian.markdown (#12526) add missing dependencies --- source/_docs/installation/armbian.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/armbian.markdown b/source/_docs/installation/armbian.markdown index 2f6862973c4..3d4a2749d95 100644 --- a/source/_docs/installation/armbian.markdown +++ b/source/_docs/installation/armbian.markdown @@ -9,7 +9,7 @@ Setup Python and `pip`: ```bash sudo apt-get update -sudo apt-get install python3-dev python3-pip +sudo apt-get install python3-dev python3-pip libffi-dev libssl-dev ``` Now that you installed python, there are two ways to install Home Assistant: