From 80f2142b9d9bd47fa8ba9cec0fc127c5fe253bbe Mon Sep 17 00:00:00 2001 From: olskar Date: Fri, 20 Oct 2017 09:50:07 +0200 Subject: [PATCH] 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` --- source/_docs/z-wave.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown index a37fc50bc2b..b1b41896112 100644 --- a/source/_docs/z-wave.markdown +++ b/source/_docs/z-wave.markdown @@ -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 %}