mirror of https://github.com/CIRCL/AIL-framework
chg: [requirements] add lexilang
parent
fa57171937
commit
0bacf2b8bd
|
@ -44,6 +44,7 @@ scrapy-splash>=0.7.2
|
|||
# Languages
|
||||
gcld3
|
||||
libretranslatepy
|
||||
lexilang
|
||||
|
||||
# Demoji
|
||||
git+https://github.com/ail-project/demoji
|
||||
|
|
|
@ -24,7 +24,8 @@ echo ""
|
|||
echo -e $GREEN"Updating python packages ..."$DEFAULT
|
||||
echo ""
|
||||
pip install -U pylacus
|
||||
pip install git+https://github.com/ail-project/demoji
|
||||
pip install -U git+https://github.com/ail-project/demoji
|
||||
pip install -U lexilang
|
||||
|
||||
|
||||
bash ${AIL_BIN}/LAUNCH.sh -lrv
|
||||
|
|
Loading…
Reference in New Issue