Site updated at 2018-03-11 20:23:34 UTC

This commit is contained in:
Travis CI 2018-03-11 20:23:35 +00:00
parent aee05cc64a
commit 2611883eef
29 changed files with 97 additions and 88 deletions

View file

@ -75,7 +75,7 @@
</h1>
</header>
<hr class="divider">
<p>If you already have Python 3.5 or later installed, you can easily give Home Assistant a spin.</p>
<p>If you already have Python 3.5.3 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">