Site updated at 2017-02-27 10:13:19 UTC

This commit is contained in:
Travis CI 2017-02-27 10:13:19 +00:00
parent 2f2b78e361
commit 7d1ee985b8
24 changed files with 39 additions and 39 deletions

View file

@ -131,9 +131,9 @@
<p>For Fedora replace <code class="highlighter-rouge">yum</code> with <code class="highlighter-rouge">dnf</code>.</p>
<p>If youre running Home Assistant in a virtual environment, youll need to symlink the system Pythons <code class="highlighter-rouge">gst</code> module into your virtual environment:</p>
<p>If youre running Home Assistant in a virtual environment, youll need to symlink the system Pythons <code class="highlighter-rouge">gi</code> module into your virtual environment:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>ln -s /path/to/your/installation/of/gst /path/to/your/venv/lib/python3.4/site-packages
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>ln -s /path/to/your/installation/of/gi /path/to/your/venv/lib/python3.4/site-packages
</code></pre>
</div>