From 9529e7dfcc0e193b9122aa653798813fb281365b Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Thu, 10 Nov 2016 16:56:47 -0800 Subject: [PATCH] Git is required to clone --- source/getting-started/z-wave.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index 5a4ba4f1cd3..ffa9ffe3baa 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -20,7 +20,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 -$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools +$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools git ``` Make sure you have at least version 0.23 and at the most 0.24.1 of cython.