diff --git a/source/_docs/installation/armbian.markdown b/source/_docs/installation/armbian.markdown new file mode 100644 index 00000000000..3dfa57fb3f4 --- /dev/null +++ b/source/_docs/installation/armbian.markdown @@ -0,0 +1,19 @@ +--- +layout: page +title: "Installation on a Armbian system" +description: "Instructions to install Home Assistant on an Armbian-powered systems." +date: 2017-02-23 11:00 +sidebar: true +comments: false +sharing: true +footer: true +--- + +[armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid. + +```bash +$ sudo apt-get update +$ sudo apt-get install python3-dev python3-pip +``` + +Now you can follow the [generic instructions](/docs/installation/python/).