From 807f4578290ba1d18b2eba84824751435abda6f3 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sun, 5 Mar 2017 20:24:25 +0000 Subject: [PATCH] virtualenv -> python-virtualenv --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 57de9067..84379b00 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,7 @@ The actual Python packages are installed later. On Debian based systems (tested on Debian 8, 2016-08-30): ``` -$ sudo apt-get install git virtualenv libmpfr-dev libssl-dev libmpc-dev libffi-dev build-essential libpython-dev python2.7-minimal authbind +$ sudo apt-get install git python-virtualenv libmpfr-dev libssl-dev libmpc-dev libffi-dev build-essential libpython-dev python2.7-minimal authbind ``` ## Step 2: Create a user account