Update installation-virtualenv.markdown (#1519)
Updated to include maximum version of cython, otherwise will download v25.x causing 'make build' to fail
This commit is contained in:
parent
c6d8fe96d1
commit
33718fd145
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ $ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools
|
|||
Then, activate your virtualenv (steps 3 and 5 above) and upgrade cython.
|
||||
|
||||
```bash
|
||||
(hass)$ pip3 install --upgrade cython
|
||||
(hass)$ pip3 install --upgrade cython==0.24.1
|
||||
```
|
||||
|
||||
Finally, get and install `python-openzwave`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue