From 7f5596328f9d4824c2f8fee9eb18ac55d0004128 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 31 May 2018 15:03:52 +0200 Subject: [PATCH] fix install --- installing_deps.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/installing_deps.sh b/installing_deps.sh index 2c67a6b3..0106d310 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -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