Missing dependancy for Debian
I'm not sure since what Debian version...
This commit is contained in:
parent
0159cb6f10
commit
5fd6466280
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue