Site updated at 2016-09-24 15:56:29 UTC

This commit is contained in:
Travis CI 2016-09-24 15:56:29 +00:00
parent d6b3f4a8b1
commit 3816769c9a
23 changed files with 37 additions and 37 deletions

View file

@ -107,7 +107,7 @@ Visit the <a href="https://github.com/home-assistant/home-assistant">the Home As
<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>
<p>Ensure you install or upgrade the Setuptools Python package. It contains compatibility improvements and adds automatic use of compilers:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>pip install --upgrade setuptools
</code></pre>
</div>