Installation of python_openzwave on OSX (#3660)

* Installation of python_openzwave on OSX

Add command needed for installation of python_openzwave on OSX to work. 
See https://github.com/home-assistant/home-assistant.github.io/issues/3653

* Changes `OS X` to `macOS`
This commit is contained in:
olskar 2017-10-20 09:50:07 +02:00 committed by Franck Nijhof
parent c8729d1620
commit 80f2142b9d

View File

@ -23,6 +23,11 @@ There is one dependency you will need to have installed ahead of time (included
```bash
$ 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 you have installed.
```bash
sudo /Applications/Python\ x.x/Install\ Certificates.command
```
### {% linkable_title Configuration %}