1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-03 06:10:10 +02:00

README: It's virtualenv that we want

virtualenv is the Debian package that holds the executables.
This commit is contained in:
Daniel Martí 2016-03-10 11:17:04 +00:00
parent f2681dcb36
commit 375af1b844

View File

@ -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: