mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Missing dependancy for Debian
I'm not sure since what Debian version...
This commit is contained in:
parent
0159cb6f10
commit
5fd6466280
@ -29,6 +29,11 @@ $ sudo apt-get upgrade
|
|||||||
$ sudo apt-get install python3-pip python3-dev
|
$ sudo apt-get install python3-pip python3-dev
|
||||||
$ sudo pip3 install --upgrade virtualenv
|
$ sudo pip3 install --upgrade virtualenv
|
||||||
```
|
```
|
||||||
|
For Debian (8.9+?) installation, add:
|
||||||
|
```bash
|
||||||
|
$ sudo apt-get install python3-venv
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## {% linkable_title Step 2: Setup virtualenv %}
|
## {% linkable_title Step 2: Setup virtualenv %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user