Site updated at 2016-02-03 19:49:08 UTC

This commit is contained in:
Travis CI 2016-02-03 19:49:08 +00:00
parent da52dd3d50
commit 7b2a5d90d0
13 changed files with 167 additions and 167 deletions

View file

@ -124,7 +124,7 @@
<h3><a class="title-link" name="starting-development" href="#starting-development"></a> Starting development</h3>
<p>You will need to setup a development environment if you want to start developing a new feature or component for Home Assistant perform theses steps. Visit the <a href="https://github.com/balloob/home-assistant">the Home Assistant repository</a> and click fork in the top right.</p>
<p>You will need to setup a development environment if you want to start developing a new feature or component for Home Assistant. Please follow these steps to perform it. Visit the <a href="https://github.com/balloob/home-assistant">the Home Assistant repository</a> first and click fork in the top right.</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>$ git clone https://github.com/your_github_username/home-assistant.git
@ -135,7 +135,7 @@ $ script/setup
</div>
</div>
<p>we suggest that you setup a <a href="https://docs.python.org/3.4/library/venv.html">virtual environment</a> aka <code>venv</code> before running the setup script.</p>
<p>We suggest that you setup a <a href="https://docs.python.org/3.4/library/venv.html">virtual environment</a> aka <code>venv</code> before running the setup script.</p>
<p>After following these steps, running <code>hass</code> will invoke your local installation.</p>