We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddf67a commit e350c98Copy full SHA for e350c98
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.
34
$ sudo pip3 install --upgrade cython==0.24.1
35
```
36
37
-Then get the OpenZWave files and switch to the `python3` branch:
+Then get the OpenZWave files:
38
39
<p class='note warning'>Do not use root to build python-openzwave as it will surely fail.</p>
40
41
```bash
42
$ git clone https://github.com/OpenZWave/python-openzwave.git
43
$ cd python-openzwave
44
-$ git checkout python3
45
$ PYTHON_EXEC=$(which python3) make build
46
$ sudo PYTHON_EXEC=$(which python3) make install
47
0 commit comments