aboutsummaryrefslogtreecommitdiff
path: root/vagrant/bootstrap.sh
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:06:14 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:06:14 +0100
commitcb35a9b23a855b75ea7c429b44f320a4ab9c29f3 (patch)
tree0a7d9c3e63e5a8849476c6011fd98222e78c6513 /vagrant/bootstrap.sh
parentUpdated README.rst and vagrant bootstrap file. (diff)
downloadnewspipe-cb35a9b23a855b75ea7c429b44f320a4ab9c29f3.tar.gz
newspipe-cb35a9b23a855b75ea7c429b44f320a4ab9c29f3.tar.bz2
newspipe-cb35a9b23a855b75ea7c429b44f320a4ab9c29f3.zip
Misc fixes for the installation/uage of scipy/numpy/nltk.
Diffstat (limited to 'vagrant/bootstrap.sh')
-rw-r--r--vagrant/bootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh
index 38f3b689..750fe4f5 100644
--- a/vagrant/bootstrap.sh
+++ b/vagrant/bootstrap.sh
@@ -17,6 +17,8 @@ cd pyaggr3g470r
apt-get install -y libxml2-dev libxslt1-dev
# For scipy:
apt-get install -y libatlas-base-dev gfortran
+# For scikit-learn:
+apt-get install -y python-nose
# installation with pip
sudo pip install --upgrade -r requirements.txt
# copy of the default configuration files for vagrant
bgstack15