wheel install needed (#4499)

This commit is contained in:
Åskar Andersson 2018-01-24 08:27:20 +01:00 committed by Fabian Affolter
parent 0ac0feadf5
commit 483bc52dc0

View File

@ -30,12 +30,16 @@ _(If you're on a Debian based system, you will need to install Python virtual en
``` ```
$ source bin/activate $ source bin/activate
``` ```
4. Install Home Assistant: 4. Install wheel:
```
$ python3 -m pip install wheel
```
5. Install Home Assistant:
``` ```
$ python3 -m pip install homeassistant $ python3 -m pip install homeassistant
``` ```
5. Configure it to [autostart](/docs/autostart/) 6. Configure it to [autostart](/docs/autostart/)
6. Or run Home Assistant manually: 7. Or run Home Assistant manually:
``` ```
$ hass --open-ui $ hass --open-ui
``` ```