pip3 install should be executed with sudo (#2652)

Installation will fail if not sudo-ed.
This commit is contained in:
Arno 2017-05-18 07:47:05 +02:00 committed by Fabian Affolter
parent a51a99ab1b
commit 707b6c7e77

View File

@ -21,5 +21,5 @@ $ sudo apt-get install python3-dev python3-pip
Install Home Assistant.
```bash
$ pip3 install homeassistant
$ sudo pip3 install homeassistant
```