fix: correct package names and more privilege for installing tlsh

pull/181/head
Sami Mokaddem 2018-02-23 09:27:40 +01:00
parent bfa35a2e23
commit 42c1511528
2 changed files with 3 additions and 4 deletions

View File

@ -105,8 +105,8 @@ popd
pushd tlsh/py_ext
python setup.py build
python setup.py install
python3 setup.py build
python3 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

@ -5,9 +5,8 @@ filemagic
crcmod
mmh3
ssdeep
tlsh
nltk
textblop
textblob
pubsublogger
zmq