fix install

This commit is contained in:
Terrtia 2018-05-31 15:03:52 +02:00
parent e36cc666cd
commit 7f5596328f
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -26,9 +26,6 @@ sudo apt-get install libev-dev libgmp-dev -y
#Need for generate-data-flow graph
sudo apt-get install graphviz -y
#needed for mathplotlib
sudo pip3 install setuptools
sudo python3 -m easy_install -U distribute
# ssdeep
sudo apt-get install libfuzzy-dev
sudo apt-get install build-essential libffi-dev automake autoconf libtool -y