mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
Use PIP to install Homeassistant package
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./python3 pip install homeassistant
|
$ ./python3 -m pip install homeassistant
|
||||||
```
|
```
|
||||||
|
|
||||||
Create homeassistant config directory & switch to it
|
Create homeassistant config directory & switch to it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user