Site updated at 2017-06-30 06:12:42 UTC

This commit is contained in:
Travis CI 2017-06-30 06:12:43 +00:00
parent f6d2e379c7
commit da98a4a310
27 changed files with 43 additions and 43 deletions

View file

@ -80,7 +80,7 @@
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install python3-gi gir1.2-gstreamer-1.0
</code></pre>
</div>
<p>Depending on how you run Home Assistant you might be needed to symlink the <code class="highlighter-rouge">gi</code> module into your environment.</p>
<p>Depending on how you run Home Assistant, you may need to symlink the <code class="highlighter-rouge">gi</code> module into your environment.</p>
<p>Hassbian:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/lib/python3.4/site-packages
</code></pre>