mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +00:00
fix install
This commit is contained in:
parent
cc31b42957
commit
3730b7fdb9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue