diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index 96c780deee5..5a4ba4f1cd3 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -43,14 +43,13 @@ $ sudo PYTHON_EXEC=$(which python3) make install

Instead of `make install`, you can alternatively build your own python-openzwave package which can be easily uninstalled: +

```bash $ sudo apt-get install -y checkinstall $ sudo PYTHON_EXEC=$(which python3) checkinstall --pkgname python-openzwave --pkgversion 1.0 --provides python-openzwave ``` -

- With this installation, your `config_path` needed below will resemble: ```bash