Skip to content

Commit

Permalink
Merge pull request #196 from Terrtia/master
Browse files Browse the repository at this point in the history
add optional tor install for onion module
  • Loading branch information
mokaddem committed Apr 9, 2018
2 parents 699f918 + c42aeb3 commit 21f3a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installing_deps.sh
Expand Up @@ -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

Expand Down

0 comments on commit 21f3a7c

Please sign in to comment.