Site updated at 2018-03-01 19:48:13 UTC

This commit is contained in:
Travis CI 2018-03-01 19:48:13 +00:00
parent 02b73a7e1b
commit 129fde6891
27 changed files with 76 additions and 73 deletions

View file

@ -78,6 +78,9 @@
<p>If you already have Python 3.5 or later installed, you can easily give Home Assistant a spin.</p>
<p>Its recommended when installing Python packages that you use a <a href="https://docs.python.org/3.5/library/venv.html#module-venv">virtual environment</a>. This will make sure that your Python installation and Home Assistant installation wont impact one another. The following steps will work on most unix like systems.</p>
<p><em>(If youre on a Debian based system, you will need to install Python virtual environment support using <code class="highlighter-rouge">apt-get install python3-pip python3-venv</code>.)</em></p>
<p class="Note">
It is recommended to use the <a href="/docs/installation/raspberry-pi/">advanced guide</a> which allows for the installation to run as a <code class="highlighter-rouge">homeassistant</code> user. The steps below may be shorter but some users find difficulty when applying updates and may run into issues.
</p>
<h3><a class="title-link" name="install" href="#install"></a> Install</h3>
<ol>
<li>Create a virtual environment in your current directory: