From fea381b3d9da0d75ebd5c21f033525eaa1990be0 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 9 Feb 2015 09:17:08 +0100 Subject: Updated conf file for Vagrant. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant') diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index d0a17399..29d258ba 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -2,7 +2,7 @@ apt-get update apt-get upgrade -apt-get install -y python3 python3-dev libpq-dev python3-dev build-essential git +apt-get install -y python3 python3-dev libpq-dev python3-pip build-essential git # Clone the source code of pyAggr3g470r git clone https://bitbucket.org/cedricbonhomme/pyaggr3g470r.git -- cgit