Site updated at 2016-10-28 06:22:31 UTC
This commit is contained in:
parent
209397fb3b
commit
3f4a6d9a01
67 changed files with 262 additions and 165 deletions
|
@ -124,14 +124,13 @@
|
|||
|
||||
<p class="note">
|
||||
Instead of <code class="highlighter-rouge">make install</code>, you can alternatively build your own python-openzwave package which can be easily uninstalled:
|
||||
|
||||
<code class="highlighter-rouge">bash
|
||||
$ sudo apt-get install -y checkinstall
|
||||
$ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave
|
||||
</code>
|
||||
|
||||
</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install -y checkinstall
|
||||
<span class="gp">$ </span>sudo <span class="nv">PYTHON_EXEC</span><span class="o">=</span><span class="k">$(</span>which python3<span class="k">)</span> checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
<p>With this installation, your <code class="highlighter-rouge">config_path</code> needed below will resemble:</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>/usr/local/lib/python3.4/dist-packages/libopenzwave-0.3.0b8-py3.4-linux-x86_64.egg/config
|
||||
|
@ -458,6 +457,7 @@ You can use this for automations.</p>
|
|||
</ul>
|
||||
</li>
|
||||
<li><a href='/topics/'>Advanced Topics </a></li>
|
||||
<li><a href='/details/'>Details </a></li>
|
||||
<li><a href='/getting-started/android/'>Add to Android Homescreen </a></li>
|
||||
<li><a href='/getting-started/browsers/'>Browser Compatibility List </a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue