pip3 install should be executed with sudo (#2652)
Installation will fail if not sudo-ed.
This commit is contained in:
parent
a51a99ab1b
commit
707b6c7e77
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ $ sudo apt-get install python3-dev python3-pip
|
|||
Install Home Assistant.
|
||||
|
||||
```bash
|
||||
$ pip3 install homeassistant
|
||||
$ sudo pip3 install homeassistant
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue