Merge pull request #181 from mokaddem/fix-dependencies

Added missing python3 dependencies
pull/184/head
Sami Mokaddem 2018-02-23 09:33:13 +01:00 committed by GitHub
commit 63f014981c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -13,7 +13,6 @@ sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y
#pyMISP
sudo apt-get -y install python3-pip
sudo pip3 install pymisp
# DNS deps
sudo apt-get install libadns1 libadns1-dev -y
@ -95,6 +94,7 @@ mkdir -p $AIL_HOME/LEVEL_DB_DATA/{$year1,$year2}
pip install -U pip
pip install -U -r pip_packages_requirement.txt
pip3 install -U -r pip3_packages_requirement.txt
# Pyfaup
pushd faup/src/lib/bindings/python/
@ -105,6 +105,8 @@ popd
pushd tlsh/py_ext
python setup.py build
python setup.py install
sudo python3 setup.py build
sudo python3 setup.py install
# Download the necessary NLTK corpora and sentiment vader
HOME=$(pwd) python -m textblob.download_corpora

View File

@ -0,0 +1,12 @@
pymisp
redis
filemagic
crcmod
mmh3
ssdeep
nltk
textblob
pubsublogger
zmq