Added Python version notes (#4406)

Given that people using Windows keep grabbing the alpha releases of 3.7, I've added a recommendation of Python 3.6, and a note about not downloading alpha or beta versions, and how to identify them.
This commit is contained in:
DubhAd 2018-01-13 17:59:48 +00:00 committed by Fabian Affolter
parent e042340b41
commit 028158f2f7
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -9,7 +9,11 @@ sharing: true
footer: true footer: true
--- ---
To run Home Assistant on Microsoft Windows installation you need to install Python first. Download Python for [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/) and follow the instructions of the installer. To run Home Assistant on Microsoft Windows installation you need to install Python first. Download Python (the latest version of Python 3.6 is recommended) for [https://www.python.org/downloads/windows/](https://www.python.org/downloads/windows/) and follow the instructions of the installer.
<p class='note'>
There may be alpha or beta releases of Python listed on that download page (marked by the letters `a` or `b` in the version number. Do not use these versions.
</p>
Start Start