Added note about 3.6 packages

This commit is contained in:
DubhAd 2017-11-01 15:41:00 +00:00 committed by GitHub
parent 1348cdbed4
commit 1aab59beaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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