From 67bbe002af526818655b452a710e02156b677502 Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Wed, 30 Nov 2016 06:42:18 +0000 Subject: [PATCH] Update installation-virtualenv.markdown (#1519) Updated to include maximum version of cython, otherwise will download v25.x causing 'make build' to fail --- source/getting-started/installation-virtualenv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/installation-virtualenv.markdown b/source/getting-started/installation-virtualenv.markdown index 4971b6f7197..f0b2d527fe6 100644 --- a/source/getting-started/installation-virtualenv.markdown +++ b/source/getting-started/installation-virtualenv.markdown @@ -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`.