From d57ce11313cce99cef8ed78c9d3362bcc81b5b7a Mon Sep 17 00:00:00 2001 From: Keith Pine Date: Sun, 28 Jul 2019 11:33:20 -0700 Subject: [PATCH] Update installation.markdown (#9985) Remove instructions to install libopenzwave1.5 on Linux installs. This instruction causes a lot of problems as the installed files interfere with the Python openzwave installation. --- source/_docs/z-wave/installation.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 1b8caee77ae..82949532be1 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -160,11 +160,10 @@ On the Raspberry Pi you will need to enable the serial interface in the `raspi-c #### Linux (except Hassbian) -On Debian Linux platforms there two dependencies you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems): +On Debian Linux platforms there are dependencies you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems): ```bash $ sudo apt-get install libudev-dev -$ sudo apt-get install libopenzwave1.5-dev ``` You may also have to install the Python development libraries for your version of Python. For example `libpython3.6-dev`, and possibly `python3.6-dev` if you're using Python 3.6.