diff options
Diffstat (limited to 'vagrant/bootstrap.sh')
-rw-r--r-- | vagrant/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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
|