Site updated at 2016-10-02 20:48:28 UTC

This commit is contained in:
Travis CI 2016-10-02 20:48:28 +00:00
parent d7c86e4eec
commit 6f5d604cb5
23 changed files with 38 additions and 38 deletions

View file

@ -104,8 +104,8 @@ 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>###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>
<h3>Developing on Windows</h3>
<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>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