From 7a8f801408bb0a560f6d6ba4da636dca0e206871 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 9 Feb 2015 18:05:22 +0100 Subject: Typo... --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant') diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 3137485f..af28fda5 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -16,7 +16,7 @@ cd pyaggr3g470r # For lxml apt-get install -y libxml2-dev libxslt1-dev # installation with pip -sudo pip3 install --upgrade -r requirements.tx +sudo pip3 install --upgrade -r requirements.txt sudo pip3 uninstall feedparser sudo pip3 install feedparser==5.1.2 # copy of the default configuration files for vagrant -- cgit