Missing dependancy for Debian

I'm not sure since what Debian version...
This commit is contained in:
Jacques-D. Piguet 2017-12-07 15:57:38 +01:00 committed by GitHub
parent 0159cb6f10
commit 5fd6466280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@ $ sudo apt-get upgrade
$ sudo apt-get install python3-pip python3-dev
$ sudo pip3 install --upgrade virtualenv
```
For Debian (8.9+?) installation, add:
```bash
$ sudo apt-get install python3-venv
```
## {% linkable_title Step 2: Setup virtualenv %}