diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-09 09:17:08 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-02-09 09:17:08 +0100 |
commit | fea381b3d9da0d75ebd5c21f033525eaa1990be0 (patch) | |
tree | 0f117ce3a023fc04fffd601296fbc3320d7ed84b /vagrant | |
parent | Updated conf file for Vagrant. (diff) | |
download | newspipe-fea381b3d9da0d75ebd5c21f033525eaa1990be0.tar.gz newspipe-fea381b3d9da0d75ebd5c21f033525eaa1990be0.tar.bz2 newspipe-fea381b3d9da0d75ebd5c21f033525eaa1990be0.zip |
Updated conf file for Vagrant.
Diffstat (limited to 'vagrant')
-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
|