Small fix to python pip command (#1363)

This commit is contained in:
antihate8 2016-10-30 05:31:53 -06:00 committed by Fabian Affolter
parent b1fad06146
commit 694d9268bb

View File

@ -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