From 666efd0b2f51d94b756b7f954066ef33ccadcf11 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 20 Apr 2015 13:01:12 +0200 Subject: Update installation script --- install/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/install.sh b/install/install.sh index 9a3b9b0f8..9cc1f79a7 100755 --- a/install/install.sh +++ b/install/install.sh @@ -71,6 +71,7 @@ apt-get -q -y install python python-django \ apt-get -q -y install uwsgi uwsgi-plugin-python nginx memcached 2> /dev/null > /dev/null pip install git+https://github.com/treyhunner/django-simple-history.git@0fd9b8e9c6f36b0141367b502420efe92d4e21ce 2> /dev/null > /dev/null +pip install beautifulSoup4==4.3.2 if [ -z "$DB_PASSWORD" ] then -- cgit v1.2.3