fix install

pull/206/head
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
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ sudo apt-get install libev-dev libgmp-dev -y
sudo apt-get install graphviz -y
#needed for mathplotlib
sudo easy_install -U distribute
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