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:
parent
c8729d1620
commit
80f2142b9d
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue