From 6c29c3996261cf583260ace5bd8167592c2e1100 Mon Sep 17 00:00:00 2001 From: Dan Loewenherz Date: Sat, 2 Feb 2019 16:25:49 -0600 Subject: [PATCH] Update installation.markdown (#8391) --- source/_docs/z-wave/installation.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index ad9d86339ba..077e1df2f91 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -18,10 +18,11 @@ Installing the drivers might require some extra packages to be installed. Check ### {% linkable_title Linux (except Hass.io) %} -On Linux platforms (other than Hass.io) there is one dependency you will need to have installed ahead of time (included in `systemd-devel` on Fedora/RHEL systems): +On Linux platforms (other than Hass.io) there two 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 ``` On Python 3.6 you may also have to install `libpython3.6-dev`, and possibly `python3.6-dev`.