Beta version information (#6984)

This commit is contained in:
Diogo Gomes 2018-10-21 10:07:47 +01:00 committed by Fabian Affolter
parent 0b28e90730
commit ff8a183278

View File

@ -44,6 +44,14 @@ In the event that a Home Assistant version doesn't play well with your hardware
$ pip3 install homeassistant==0.XX.X
```
#### {% linkable_title Run the beta version %}
If you would like to test next release before anyone else, you can install the beta version released every two weeks:
```bash
$ pip3 install --pre --upgrade homeassistant
```
#### {% linkable_title Run the development version %}
If you want to stay on the bleeding-edge Home Assistant development branch, you can upgrade to `dev`.