Site updated at 2016-04-09 16:14:41 UTC
This commit is contained in:
parent
85528adcb7
commit
1f94fd96d6
16 changed files with 185 additions and 183 deletions
|
@ -128,6 +128,10 @@
|
|||
<div class="install-instructions normal">
|
||||
<p>Installing and running Home Assistant on your local machine is easy. Make sure you have <a href="https://www.python.org/downloads/">Python 3.4 or higher</a> installed and execute the following code in a console:</p>
|
||||
|
||||
<p class="note">
|
||||
It’s highly recommended to use a <a href="https://docs.python.org/3.4/library/venv.html">virtual environment</a> aka <code>venv</code> to keep things separated. A virtual environment can be created by exceuting the following command: <code>pyvenv /path/where/you/home-assistant/</code> (or on some systems <code>pyvenv-3.4</code>). Then change to that the created directory and go the next step.
|
||||
</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre>$ pip3 install homeassistant
|
||||
$ hass --open-ui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue