mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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
@ -23,6 +23,11 @@ There is one dependency you will need to have installed ahead of time (included
|
|||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install libudev-dev
|
$ 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 %}
|
### {% linkable_title Configuration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user