mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-12 17:48:22 +00:00
Updating installing script + adding another required package to the list
This commit is contained in:
parent
5bc0f154f9
commit
f3eb02c5b7
2 changed files with 7 additions and 0 deletions
|
@ -61,3 +61,9 @@ mkdir -p LEVEL_DB_DATA
|
||||||
cd LEVEL_DB_DATA
|
cd LEVEL_DB_DATA
|
||||||
mkdir -p 2014
|
mkdir -p 2014
|
||||||
mkdir -p 2013
|
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
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ mmh3
|
||||||
|
|
||||||
#Others
|
#Others
|
||||||
python-magic
|
python-magic
|
||||||
|
pybloomfiltermmap
|
||||||
|
|
||||||
ipython
|
ipython
|
||||||
flask
|
flask
|
||||||
|
|
Loading…
Reference in a new issue