Update z-wave.markdown (#1329)

Specify version of cython that installed.
This commit is contained in:
Fredrik Lindqvist 2016-10-28 07:48:30 +02:00 committed by GitHub
parent 43daa77afd
commit 05668de732

View File

@ -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: