Update armbian.markdown (#12526)

add missing dependencies
This commit is contained in:
Ricardo JL Rufino 2020-03-28 18:28:47 -03:00 committed by GitHub
parent 5421fc7915
commit ea31695731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: