fix install

This commit is contained in:
Terrtia 2018-05-31 14:35:15 +02:00
parent cc31b42957
commit 3730b7fdb9
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -27,7 +27,8 @@ sudo apt-get install libev-dev libgmp-dev -y
sudo apt-get install graphviz -y sudo apt-get install graphviz -y
#needed for mathplotlib #needed for mathplotlib
sudo easy_install -U distribute sudo pip3 install setuptools
sudo python3 -m easy_install -U distribute
# ssdeep # ssdeep
sudo apt-get install libfuzzy-dev sudo apt-get install libfuzzy-dev
sudo apt-get install build-essential libffi-dev automake autoconf libtool -y sudo apt-get install build-essential libffi-dev automake autoconf libtool -y