aboutsummaryrefslogtreecommitdiff
path: root/vagrant
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:37:16 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-11-28 19:37:16 +0100
commit7af0dba1c342f099ce66fad2b4a2c61c95bbf437 (patch)
tree0a7794d7b8aaf5d2616c60c7bb5e181239e1c80e /vagrant
parentMisc fixes for the installation/uage of scipy/numpy/nltk. (diff)
downloadnewspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.tar.gz
newspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.tar.bz2
newspipe-7af0dba1c342f099ce66fad2b4a2c61c95bbf437.zip
Finall the method with nltk is really slow...
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/bootstrap.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh
index 750fe4f5..f756c468 100644
--- a/vagrant/bootstrap.sh
+++ b/vagrant/bootstrap.sh
@@ -15,10 +15,6 @@ fi
cd pyaggr3g470r
# For lxml:
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