Site updated at 2016-09-10 08:34:15 UTC

This commit is contained in:
Travis CI 2016-09-10 08:34:15 +00:00
parent 62d9775dcf
commit 60ccf38447
23 changed files with 43 additions and 37 deletions

View file

@ -104,7 +104,13 @@ Visit the <a href="https://github.com/home-assistant/home-assistant">the Home As
<p>After following these steps, running <code class="highlighter-rouge">hass</code> will invoke your local installation.</p>
<p>If you are using Windows as a development platform ensure you have the correct Microsoft Visual C++ build tools installed. Please check <a href="https://wiki.python.org/moin/WindowsCompilers">the Windows Compilers</a> section on the <a href="https://www.python.org/">Python website</a> for details. Validation using <code class="highlighter-rouge">tox</code> will fail if this is not done correctly.</p>
<p>###Developing on Windows
If you are using Windows as a development platform ensure you have the correct Microsoft Visual C++ build tools installed. Please check <a href="https://wiki.python.org/moin/WindowsCompilers">the Windows Compilers</a> section on the <a href="https://www.python.org/">Python website</a> for details. Validation using <code class="highlighter-rouge">tox</code> will fail if this is not done correctly.</p>
<p>Ensure you install or upgrade the Setuptools Python package. It contain compatibility improvements and add automatic use of compilers:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>pip install --upgrade setuptools
</code></pre>
</div>