Update z-wave docs to correctly format alt cmds (#1348)

This commit is contained in:
Robbie Trencheny 2016-10-27 22:48:43 -07:00 committed by Fredrik Lindqvist
parent 05668de732
commit 85eb61de87

View File

@ -43,14 +43,13 @@ $ sudo PYTHON_EXEC=$(which python3) make install
<p class='note'>
Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled:
</p>
```bash
$ sudo apt-get install -y checkinstall
$ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave
```
</p>
With this installation, your `config_path` needed below will resemble:
```bash