From e350c98c35ee5bf57ac06ef1f3f45c447acede73 Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Thu, 27 Apr 2017 16:33:18 +0200 Subject: [PATCH] Update docs because python3 branch is gone. (#2519) Update docs because python3 branch is gone. Users can now use master branch. --- source/_docs/z-wave.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown index c0e6b6d03f0..68a1ac888f0 100644 --- a/source/_docs/z-wave.markdown +++ b/source/_docs/z-wave.markdown @@ -34,14 +34,13 @@ Make sure you have at least version 0.23 and at the most 0.24.1 of 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:

Do not use root to build python-openzwave as it will surely fail.

```bash $ git clone https://github.com/OpenZWave/python-openzwave.git $ cd python-openzwave -$ git checkout python3 $ PYTHON_EXEC=$(which python3) make build $ sudo PYTHON_EXEC=$(which python3) make install ```