mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add inital armbian docs (#2133)
This commit is contained in:
parent
5b4092accb
commit
070ca21130
19
source/_docs/installation/armbian.markdown
Normal file
19
source/_docs/installation/armbian.markdown
Normal 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/).
|
Loading…
x
Reference in New Issue
Block a user