Merge pull request #4153 from jdpiguet/patch-1

Missing dependancy for Debian
This commit is contained in:
Alok Saboo 2017-12-07 17:06:07 -05:00 committed by GitHub
commit f12bacccae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ The basic guide is for testing Home Assistant. Also check the advanced guide for
```bash
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install python3-pip python3-dev
$ sudo apt-get install python3-pip python3-dev python3-venv
$ sudo pip3 install --upgrade virtualenv
```