From 1aab59beaf8045b6d9efed1d497d56f1e5b259a3 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 1 Nov 2017 15:41:00 +0000 Subject: [PATCH] Added note about 3.6 packages --- source/_docs/z-wave/installation.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 4eda9dedd86..b7b6a12336f 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -16,6 +16,8 @@ On Linux platforms (other than Hass.io) there is one dependency you will need to $ sudo apt-get install libudev-dev ``` +On Python 3.6 you may also have to install libpython3.6-dev, and possibly python3.6-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