mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: correct package names and more privilege for installing tlsh
This commit is contained in:
parent
bfa35a2e23
commit
42c1511528
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -5,9 +5,8 @@ filemagic
|
|||
crcmod
|
||||
mmh3
|
||||
ssdeep
|
||||
tlsh
|
||||
nltk
|
||||
textblop
|
||||
textblob
|
||||
|
||||
pubsublogger
|
||||
zmq
|
||||
|
|
Loading…
Reference in a new issue