Site updated at 2016-03-25 23:58:25 UTC

This commit is contained in:
Travis CI 2016-03-25 23:58:25 +00:00
parent eb7710f996
commit f04a36e46a
13 changed files with 168 additions and 168 deletions

View file

@ -151,7 +151,7 @@ $ sudo PYTHON_EXEC=`which python3` make install
<p class="note">
Instead of <code>make install</code>, you can alternatively build your own python-openzwave package which can be easily uninstalled:
<code>$ sudo PYTHON_EXEC=</code>which python3<code> checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave</code>
<code>$ sudo PYTHON_EXEC=`which python3` checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave</code>`
</p>