From f3eb02c5b789c8fefad6cf0e3c51eac285eb0a69 Mon Sep 17 00:00:00 2001 From: Starow Date: Mon, 11 Aug 2014 10:41:50 +0200 Subject: [PATCH] Updating installing script + adding another required package to the list --- installing_deps.sh | 6 ++++++ pip_packages_requirement.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/installing_deps.sh b/installing_deps.sh index 110b4174..8b14db91 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -61,3 +61,9 @@ mkdir -p LEVEL_DB_DATA cd LEVEL_DB_DATA mkdir -p 2014 mkdir -p 2013 + +cd $AIL_HOME +test ! -d langid.py/ && git clone https://github.com/saffsd/langid.py.git +cd langid.py/ +python setup.py install + diff --git a/pip_packages_requirement.txt b/pip_packages_requirement.txt index 18240700..ea25a8f8 100644 --- a/pip_packages_requirement.txt +++ b/pip_packages_requirement.txt @@ -19,6 +19,7 @@ mmh3 #Others python-magic +pybloomfiltermmap ipython flask