Merge pull request #196 from Terrtia/master

add optional tor install for onion module
pull/202/head v0.90
Sami Mokaddem 2018-04-09 16:12:42 +02:00 committed by GitHub
commit 21f3a7c057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ sudo apt-get update
sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \
screen g++ python-tk unzip libsnappy-dev cmake -y
#optional tor install
sudo apt-get install tor
#Needed for bloom filters
sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y