Skip to content

Commit 1aab59b

Browse files
authored
Added note about 3.6 packages
1 parent 1348cdb commit 1aab59b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_docs/z-wave/installation.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ On Linux platforms (other than Hass.io) there is one dependency you will need to
1616
$ sudo apt-get install libudev-dev
1717
```
1818

19+
On Python 3.6 you may also have to install libpython3.6-dev, and possibly python3.6-dev.
20+
1921
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.
2022

2123
```bash

0 commit comments

Comments
 (0)