mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [requirements] add lexilang
This commit is contained in:
parent
fa57171937
commit
0bacf2b8bd
2 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,7 @@ scrapy-splash>=0.7.2
|
||||||
# Languages
|
# Languages
|
||||||
gcld3
|
gcld3
|
||||||
libretranslatepy
|
libretranslatepy
|
||||||
|
lexilang
|
||||||
|
|
||||||
# Demoji
|
# Demoji
|
||||||
git+https://github.com/ail-project/demoji
|
git+https://github.com/ail-project/demoji
|
||||||
|
|
|
@ -24,7 +24,8 @@ echo ""
|
||||||
echo -e $GREEN"Updating python packages ..."$DEFAULT
|
echo -e $GREEN"Updating python packages ..."$DEFAULT
|
||||||
echo ""
|
echo ""
|
||||||
pip install -U pylacus
|
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
|
bash ${AIL_BIN}/LAUNCH.sh -lrv
|
||||||
|
|
Loading…
Reference in a new issue