mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [update v1.7] add bs4 requirement
This commit is contained in:
parent
3638dad480
commit
67897eeef1
2 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,8 @@ DomainClassifier
|
||||||
#Indexer requirements
|
#Indexer requirements
|
||||||
whoosh
|
whoosh
|
||||||
|
|
||||||
|
beautifulsoup4
|
||||||
|
|
||||||
ipaddress
|
ipaddress
|
||||||
pycountry
|
pycountry
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,11 @@ sudo make install
|
||||||
wait
|
wait
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo -e $GREEN"Update requirement"$DEFAULT
|
||||||
|
echo ""
|
||||||
|
pip3 install beautifulsoup4
|
||||||
|
|
||||||
bash ${AIL_BIN}LAUNCH.sh -lav &
|
bash ${AIL_BIN}LAUNCH.sh -lav &
|
||||||
wait
|
wait
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in a new issue