Skip to content

Commit

Permalink
add optional tor install for onion module
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Apr 9, 2018
1 parent 699f918 commit c42aeb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installing_deps.sh
Original file line number Diff line number Diff line change
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 c42aeb3

Please sign in to comment.