fix install

pull/206/head
Terrtia 2018-05-31 14:04:03 +02:00
parent 884d655b0c
commit cc31b42957
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 2 deletions

View File

@ -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