chg: [v3.5] install pyAIL

pull/559/head
Terrtia 2021-03-31 12:01:34 +02:00
parent 226f00da02
commit 7b0b773aa5
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
pyail
pymisp
d4-pyclient

View File

@ -22,6 +22,9 @@ wait
# SUBMODULES #
git submodule update
echo -e $GREEN"Installing PyAIL ..."$DEFAULT
pip3 install -U pyail
echo -e $GREEN"Installing D4 CLIENT ..."$DEFAULT
pip3 install -U d4-pyclient