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:
Marc Forth 2016-11-30 06:42:18 +00:00 committed by Fabian Affolter
parent c6d8fe96d1
commit 33718fd145
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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`.