Added version note (#4900)

Since Synology offer an outdated Python, providing a note about how to install 0.64.x
This commit is contained in:
DubhAd 2018-03-12 10:46:26 +00:00 committed by Fabian Affolter
parent ec79394148
commit 545c583fda

View File

@ -57,6 +57,10 @@ Use PIP to install Homeassistant package
# ./python3 -m pip install homeassistant
```
<p class='note'>
Until Synology offer an updated version of Python, Home Assistant 0.64 is the most recent version that will be able to be installed. You can manually specify the version of Home Assistant to install, for example to install version 0.64.3 you would do `./python3 -m pip install homeassistant==0.64.3`
</p>
Create homeassistant config directory & switch to it
```bash