From: Daniel Martí Date: Thu, 10 Mar 2016 11:17:04 +0000 (+0000) Subject: README: It's virtualenv that we want X-Git-Tag: 0.7.0~86^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=375af1b8444ff527be19aa0c1e2d4d901e15fe12;p=fdroidserver.git README: It's virtualenv that we want virtualenv is the Debian package that holds the executables. --- diff --git a/README.md b/README.md index 44305ed8..6bc1379d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ via other mechanisms like Brew/dnf/pacman/emerge/Fink/MacPorts. For Debian based distributions: - apt-get install python3-dev python3-pip python3-virtualenv + apt-get install python3-dev python3-pip virtualenv Then here's how to install: