From 07a64bd124f4c4f9c3a87fcec4fc1fb882f929f8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 21 Oct 2017 13:34:24 +0200 Subject: [PATCH] Add change from #3660 which was in the wrong file because of #3467 --- source/_docs/z-wave/installation.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 2f14bfacacc..1bb9c9236f1 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -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 +``` +

The installation of python-openzwave can take half an hour or more on a Raspbery Pi.