chg: [python requirements] added pathlib module in case it's missing

master
Alexandre Dulaunoy 2018-07-06 22:29:38 +02:00
parent 4b276fca2c
commit e1e87065f1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 2 additions and 0 deletions

View File

@ -563,6 +563,8 @@ sudo pip3 install -I -r REQUIREMENTS > /dev/null 2>&1
sudo pip3 install -I . > /dev/null 2>&1
sudo pip3 install lief 2>&1
sudo pip3 install maec 2>&1
sudo pip2 install pathlib 2>&1
sudo pip3 install pathlib 2>&1
sudo pip3 install pymisp python-magic wand yara > /dev/null 2>&1
sudo pip3 install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1
# pip2 install