mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
pip3 install should be executed with sudo (#2652)
Installation will fail if not sudo-ed.
This commit is contained in:
parent
a51a99ab1b
commit
707b6c7e77
@ -21,5 +21,5 @@ $ sudo apt-get install python3-dev python3-pip
|
||||
Install Home Assistant.
|
||||
|
||||
```bash
|
||||
$ pip3 install homeassistant
|
||||
$ sudo pip3 install homeassistant
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user