fix: Removed 'yara' python library install, since 'yara-python' is the one we want

- Btw having both libraries is causing issues with versions
pull/11/head
chrisr3d 2018-11-12 16:37:43 +01:00
parent d66358c495
commit 0487f8232c
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ sudo pip3 install -I . > /dev/null 2>&1
sudo pip3 install lief 2>&1
sudo pip3 install maec 2>&1
sudo pip3 install pathlib 2>&1
sudo pip3 install pymisp python-magic wand yara > /dev/null 2>&1
sudo pip3 install pymisp python-magic wand > /dev/null 2>&1
sudo pip3 install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1
# install STIX2.0 library to support STIX 2.0 export:
sudo pip3 install stix2 > /dev/null 2>&1