mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
chg: [v3.5] install pyAIL
This commit is contained in:
parent
226f00da02
commit
7b0b773aa5
2 changed files with 4 additions and 0 deletions
|
@ -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 a new issue