Site updated at 2016-04-09 22:51:19 UTC
This commit is contained in:
parent
c1396ba604
commit
0d05f44b0a
13 changed files with 169 additions and 169 deletions
|
@ -129,7 +129,7 @@
|
|||
<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.
|
||||
It’s highly recommended to use a <a href="https://docs.python.org/3.4/library/venv.html">virtual environment</a> to keep things separated. A virtual environment can be created by exceuting the following command: <code>python3 -m venv /path/where/you/home-assistant/</code>. Then change to the created directory and go the next step.
|
||||
</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue