Updating installing script + adding another required package to the list

pull/8/head
Starow 2014-08-11 10:41:50 +02:00
parent 5bc0f154f9
commit f3eb02c5b7
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -19,6 +19,7 @@ mmh3
#Others
python-magic
pybloomfiltermmap
ipython
flask