mirror of https://github.com/CIRCL/AIL-framework
fix install
parent
cc31b42957
commit
3730b7fdb9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue