Site updated at 2017-02-27 10:13:19 UTC
This commit is contained in:
parent
2f2b78e361
commit
7d1ee985b8
24 changed files with 39 additions and 39 deletions
|
@ -131,9 +131,9 @@
|
|||
|
||||
<p>For Fedora replace <code class="highlighter-rouge">yum</code> with <code class="highlighter-rouge">dnf</code>.</p>
|
||||
|
||||
<p>If you’re running Home Assistant in a virtual environment, you’ll need to symlink the system Python’s <code class="highlighter-rouge">gst</code> module into your virtual environment:</p>
|
||||
<p>If you’re running Home Assistant in a virtual environment, you’ll need to symlink the system Python’s <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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue