diff --git a/atom.xml b/atom.xml index f4a31d0ec8..e49ed44f73 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
LF
.Install Home Assistant.
-$ sudo pip3 install homeassistant
+Now that you installed python, there are two ways to install Home Assistant:
+
+ - It is recommended to install Home Assistant in a virtual environment to avoid using
root
, using the [VirtualEnv instructions](/docs/installation/virtualenv/
+ - Alternatively, you can install Home Assistant for the user you created when first booting Armbian:
+
$ sudo pip3 install homeassistant
+$ hass --open-ui
-
+
Running these commands will:
+ + +