Skip to content

Commit 070ca21

Browse files
authored
Add inital armbian docs (home-assistant#2133)
1 parent 5b4092a commit 070ca21

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
title: "Installation on a Armbian system"
4+
description: "Instructions to install Home Assistant on an Armbian-powered systems."
5+
date: 2017-02-23 11:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
---
11+
12+
[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.
13+
14+
```bash
15+
$ sudo apt-get update
16+
$ sudo apt-get install python3-dev python3-pip
17+
```
18+
19+
Now you can follow the [generic instructions](/docs/installation/python/).

0 commit comments

Comments
 (0)