mirror of https://github.com/CIRCL/AIL-framework
fix: correct package names and more privilege for installing tlsh
parent
bfa35a2e23
commit
42c1511528
|
@ -105,8 +105,8 @@ popd
|
||||||
pushd tlsh/py_ext
|
pushd tlsh/py_ext
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py install
|
python setup.py install
|
||||||
python3 setup.py build
|
sudo python3 setup.py build
|
||||||
python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
|
||||||
# Download the necessary NLTK corpora and sentiment vader
|
# Download the necessary NLTK corpora and sentiment vader
|
||||||
HOME=$(pwd) python -m textblob.download_corpora
|
HOME=$(pwd) python -m textblob.download_corpora
|
||||||
|
|
|
@ -5,9 +5,8 @@ filemagic
|
||||||
crcmod
|
crcmod
|
||||||
mmh3
|
mmh3
|
||||||
ssdeep
|
ssdeep
|
||||||
tlsh
|
|
||||||
nltk
|
nltk
|
||||||
textblop
|
textblob
|
||||||
|
|
||||||
pubsublogger
|
pubsublogger
|
||||||
zmq
|
zmq
|
||||||
|
|
Loading…
Reference in New Issue