From cc31b42957f3796fd0a8b72391fb378ba59ef67d Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 31 May 2018 14:04:03 +0200 Subject: [PATCH] fix install --- installing_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installing_deps.sh b/installing_deps.sh index d55fc7e3..3afbfe96 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -5,11 +5,11 @@ set -x sudo apt-get update -sudo apt-get install python3-pip python-virtualenv python3-dev libfreetype6-dev \ +sudo apt-get install python3-pip python-virtualenv python3-dev python3-setuptools libfreetype6-dev \ screen g++ python-tk unzip libsnappy-dev cmake -y #optional tor install -sudo apt-get install tor +sudo apt-get install tor -y #Needed for bloom filters sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y