Skip to content

Commit e350c98

Browse files
turbokongenLandrash
authored andcommitted
Update docs because python3 branch is gone. (home-assistant#2519)
Update docs because python3 branch is gone. Users can now use master branch.
1 parent cddf67a commit e350c98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/_docs/z-wave.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ Make sure you have at least version 0.23 and at the most 0.24.1 of cython.
3434
$ sudo pip3 install --upgrade cython==0.24.1
3535
```
3636

37-
Then get the OpenZWave files and switch to the `python3` branch:
37+
Then get the OpenZWave files:
3838

3939
<p class='note warning'>Do not use root to build python-openzwave as it will surely fail.</p>
4040

4141
```bash
4242
$ git clone https://github.com/OpenZWave/python-openzwave.git
4343
$ cd python-openzwave
44-
$ git checkout python3
4544
$ PYTHON_EXEC=$(which python3) make build
4645
$ sudo PYTHON_EXEC=$(which python3) make install
4746
```

0 commit comments

Comments
 (0)