From 1a106e4c50ff9dd965271e70bf229acf5aed9633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 4 Feb 2016 15:24:18 +0100 Subject: [PATCH] Update install script --- installing_deps.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/installing_deps.sh b/installing_deps.sh index 5756a1d4..aa84235f 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -24,7 +24,7 @@ sudo easy_install -U distribute # REDIS # test ! -d redis/ && git clone https://github.com/antirez/redis.git pushd redis/ -git checkout 2.8 +git checkout 3.0 make popd @@ -51,8 +51,9 @@ echo export AIL_LEVELDB=$(pwd)/redis-leveldb/ >> ./AILENV/bin/activate . ./AILENV/bin/activate mkdir -p $AIL_HOME/{PASTES,Blooms,dumps} -mkdir -p $AIL_HOME/LEVEL_DB_DATA/{2014,2013} +mkdir -p $AIL_HOME/LEVEL_DB_DATA/2016 +pip install -U pip pip install -r pip_packages_requirement.txt # Download the necessary NLTK corpora