mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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
@ -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…
x
Reference in New Issue
Block a user