mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 18:57:17 +00:00
Merge pull request #306 from partofthething/zwave-unfork
cython version clarification for zwave build
This commit is contained in:
commit
c33cdc03c7
@ -22,7 +22,13 @@ To allow Home Assistant to talk to your Z-Wave USB stick you will have to compil
|
|||||||
Make sure you have the correct dependencies installed before running the script:
|
Make sure you have the correct dependencies installed before running the script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ apt-get install cython3 libudev-dev python3-sphinx python3-setuptools
|
$ sudo apt-get install cython3 libudev-dev python3-sphinx python3-setuptools
|
||||||
|
```
|
||||||
|
|
||||||
|
Make sure you have at least version 0.23 of cython.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo pip3 install --upgrade cython
|
||||||
```
|
```
|
||||||
|
|
||||||
Then get the OpenZWave files and switch to the `python3` branch:
|
Then get the OpenZWave files and switch to the `python3` branch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user