mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Small fix to python pip command (#1363)
This commit is contained in:
parent
b1fad06146
commit
694d9268bb
@ -46,7 +46,7 @@ $ ./python3 -m ensurepip
|
||||
Use PIP to install Homeassistant package
|
||||
|
||||
```bash
|
||||
$ ./python3 pip install homeassistant
|
||||
$ ./python3 -m pip install homeassistant
|
||||
```
|
||||
|
||||
Create homeassistant config directory & switch to it
|
||||
|
Loading…
x
Reference in New Issue
Block a user