fix: [update v1.7] add bs4 requirement

pull/422/head
Terrtia 2019-05-24 14:31:08 +02:00
parent 3638dad480
commit 67897eeef1
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 7 additions and 0 deletions

View File

@ -51,6 +51,8 @@ DomainClassifier
#Indexer requirements
whoosh
beautifulsoup4
ipaddress
pycountry

View File

@ -32,6 +32,11 @@ sudo make install
wait
echo ""
echo ""
echo -e $GREEN"Update requirement"$DEFAULT
echo ""
pip3 install beautifulsoup4
bash ${AIL_BIN}LAUNCH.sh -lav &
wait
echo ""