Add change from #3660 which was in the wrong file because of #3467

This commit is contained in:
Fabian Affolter 2017-10-21 13:34:24 +02:00
parent 23567dc9b6
commit 07a64bd124
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -18,6 +18,12 @@ There is one dependency you will need to have installed ahead of time (included
$ sudo apt-get install libudev-dev
```
When installing on macOS you may have to also run the command below ahead of time, replace "x.x" with the version of Python (`$ python3 --version`) you have installed.
```bash
$ sudo /Applications/Python\ x.x/Install\ Certificates.command
```
<p class='note'>
The installation of python-openzwave can take half an hour or more on a Raspbery Pi.
</p>