mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
wheel install needed (#4499)
This commit is contained in:
parent
0ac0feadf5
commit
483bc52dc0
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user