Merge pull request #4153 from jdpiguet/patch-1
Missing dependancy for Debian
This commit is contained in:
commit
f12bacccae
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ The basic guide is for testing Home Assistant. Also check the advanced guide for
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get update
|
$ sudo apt-get update
|
||||||
$ sudo apt-get upgrade
|
$ 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
|
$ sudo pip3 install --upgrade virtualenv
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue