Site updated at 2016-10-23 10:53:02 UTC

This commit is contained in:
Travis CI 2016-10-23 10:53:03 +00:00
parent b511096319
commit 165d6b3954
24 changed files with 47 additions and 44 deletions

View file

@ -124,7 +124,10 @@
<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">$ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave</code>
<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>