mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28: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
|
||||
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
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ mmh3
|
|||
|
||||
#Others
|
||||
python-magic
|
||||
pybloomfiltermmap
|
||||
|
||||
ipython
|
||||
flask
|
||||
|
|
Loading…
Reference in a new issue