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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue