From 05668de73244015752e91d244947447367dc0c53 Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Fri, 28 Oct 2016 07:48:30 +0200 Subject: [PATCH] Update z-wave.markdown (#1329) Specify version of cython that installed. --- source/getting-started/z-wave.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index b1301dd53cd..96c780deee5 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -23,10 +23,10 @@ Make sure you have the correct dependencies installed before running the script: $ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools ``` -Make sure you have at least version 0.23 of cython. +Make sure you have at least version 0.23 and at the most 0.24.1 of cython. ```bash -$ sudo pip3 install --upgrade cython +$ sudo pip3 install --upgrade cython==0.24.1 ``` Then get the OpenZWave files and switch to the `python3` branch: