Arno 707b6c7e77 pip3 install should be executed with sudo (#2652)
Installation will fail if not sudo-ed.
2017-05-18 07:47:05 +02:00

639 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Installation on a Armbian system Instructions to install Home Assistant on an Armbian-powered systems. 2017-02-23 11:00 true false true true

armbian runs on a wide-variety of ARM development boards. Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid.

Setup Python and pip

$ sudo apt-get update
$ sudo apt-get install python3-dev python3-pip

Install Home Assistant.

$ sudo pip3 install homeassistant