Small fix to python pip command (#1363)
This commit is contained in:
parent
b1fad06146
commit
694d9268bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue