mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Add warning about compiling openzwave as root (#416)
This part is (minus a typo) in [the openzwave repo under INSTALL_REPO](https://github.com/OpenZWave/python-openzwave/blob/python3/INSTALL_REPO.txt#L63). Especially some rPI distros come without another user and work with root by default.
This commit is contained in:
parent
212b6d1a69
commit
6ce60ab3b6
@ -33,7 +33,7 @@ $ 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:
|
||||||
|
<p class='note warning'>Do not use root to build python-openzwave as it will surely fail.</p>
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/OpenZWave/python-openzwave.git
|
$ git clone https://github.com/OpenZWave/python-openzwave.git
|
||||||
$ cd python-openzwave
|
$ cd python-openzwave
|
||||||
|
Loading…
x
Reference in New Issue
Block a user