mirror of https://github.com/CIRCL/AIL-framework
chg: [v3.5] install pyAIL
parent
226f00da02
commit
7b0b773aa5
|
@ -1,3 +1,4 @@
|
||||||
|
pyail
|
||||||
pymisp
|
pymisp
|
||||||
d4-pyclient
|
d4-pyclient
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue