Update z-wave.markdown (#1329)
Specify version of cython that installed.
This commit is contained in:
parent
43daa77afd
commit
05668de732
1 changed files with 2 additions and 2 deletions
|
@ -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
|
$ 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
|
```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:
|
Then get the OpenZWave files and switch to the `python3` branch:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue