Site updated at 2018-02-23 18:11:31 UTC
This commit is contained in:
parent
e8bc081d51
commit
d758b106b4
27 changed files with 74 additions and 74 deletions
|
@ -124,7 +124,7 @@ Once forked, setup your local copy of the source using the commands:</p>
|
|||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="setting-up-virtual-environment" href="#setting-up-virtual-environment"></a> Setting up virtual environment</h3>
|
||||
<p>To isolate your environment from the rest of the system, set up a <a href="https://docs.python.org/3.4/library/venv.html"><code class="highlighter-rouge">venv</code></a>. Within the <code class="highlighter-rouge">home-assistant</code> directory, create and activate your virtual environment.</p>
|
||||
<p>To isolate your environment from the rest of the system, set up a <a href="https://docs.python.org/3/library/venv.html"><code class="highlighter-rouge">venv</code></a>. Within the <code class="highlighter-rouge">home-assistant</code> directory, create and activate your virtual environment.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>python3 -m venv .
|
||||
<span class="gp">$ </span><span class="nb">source </span>bin/activate
|
||||
</code></pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue