diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-27 10:40:17 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-05-27 10:40:17 +0200 |
commit | 9e1865b93da2c5eb3bad1295cb1ce542447a75fa (patch) | |
tree | 48ef652dba8568cf3ba736ad93d21ffe4caad283 /vagrant/bootstrap.sh | |
parent | Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r (diff) | |
download | newspipe-9e1865b93da2c5eb3bad1295cb1ce542447a75fa.tar.gz newspipe-9e1865b93da2c5eb3bad1295cb1ce542447a75fa.tar.bz2 newspipe-9e1865b93da2c5eb3bad1295cb1ce542447a75fa.zip |
Feedpaser is now fixed.
Diffstat (limited to 'vagrant/bootstrap.sh')
-rw-r--r-- | vagrant/bootstrap.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 62747f64..76c20d44 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -20,11 +20,6 @@ cd pyaggr3g470r apt-get install -y libxml2-dev libxslt1-dev
# installation with pip
sudo pip3 install --upgrade -r requirements.txt
-wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py
-sudo python3 get-pip.py
-rm get-pip.py
-sudo pip3 uninstall -y feedparser
-sudo pip3 install feedparser==5.1.2
# copy of the default configuration files for vagrant
cp vagrant/conf.cfg-sample conf/conf.cfg
cd ..
|