Site updated at 2017-05-23 16:45:36 UTC

This commit is contained in:
Travis CI 2017-05-23 16:45:36 +00:00
parent 76e7e970f0
commit b385270050
26 changed files with 44 additions and 44 deletions

View file

@ -75,7 +75,7 @@
</div>
<p>Now that you installed python, there are two ways to install Home Assistant:</p>
<ol>
<li>It is recommended to install Home Assistant in a virtual environment to avoid using <code class="highlighter-rouge">root</code>, using the [VirtualEnv instructions](/docs/installation/virtualenv/</li>
<li>It is recommended to install Home Assistant in a virtual environment to avoid using <code class="highlighter-rouge">root</code>, using the <a href="/docs/installation/virtualenv/">VirtualEnv instructions</a></li>
<li>Alternatively, you can install Home Assistant for the user you created when first booting Armbian:
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo pip3 install homeassistant
<span class="gp">$ </span>hass --open-ui
@ -87,7 +87,7 @@
<ul>
<li>Install Home Assistant</li>
<li>Launch Home Assistant and serve the web interface on <a href="http://localhost:8123">http://localhost:8123</a></li>
<li>the configuration files will be created in /home/<user>/.homeassistant</user></li>
<li>the configuration files will be created in /home/{user}/.homeassistant</li>
</ul>
</article>
</div>