Add inital armbian docs (#2133)

This commit is contained in:
Fabian Affolter 2017-03-01 12:09:46 +01:00 committed by GitHub
parent 5b4092accb
commit 070ca21130

View File

@ -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/).