From 61d9ba302e98327d908cf95b53f69f7e91875246 Mon Sep 17 00:00:00 2001 From: ntouran Date: Sun, 28 Feb 2016 12:08:27 -0800 Subject: [PATCH] Fixed dependency info in zwave instructions --- source/_components/zwave.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index 0a56922dfc7..1b381d2af93 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -22,7 +22,7 @@ To allow Home Assistant to talk to your Z-Wave USB stick you will have to compil Make sure you have the correct dependencies installed before running the script: ```bash -$ apt-get install cython3 libudev-dev python-sphinx python3-setuptools +$ apt-get install cython3 libudev-dev python3-sphinx python3-setuptools ``` Then get the OpenZWave files and switch to the `python3` branch: