chg: [v3.5] install pyAIL

This commit is contained in:
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 pymisp
d4-pyclient d4-pyclient

View file

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