[tor-commits] [ooni-probe/master] Improve the installation instructions for ooniprobe

art at torproject.org art at torproject.org
Fri Apr 29 09:42:27 UTC 2016


commit 652fe233c4b74011841420d947485be6779c0733
Author: Arturo Filastò <arturo at filasto.net>
Date:   Wed Apr 27 13:21:15 2016 +0200

    Improve the installation instructions for ooniprobe
---
 README.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.rst b/README.rst
index a6dcb2c..b42d755 100644
--- a/README.rst
+++ b/README.rst
@@ -107,10 +107,19 @@ Make sure you have installed the following dependencies:
   * libffi-dev
   * tor (>=0.2.5.1 to run all the tor related tests)
 
+On debian based systems this can generally be done by running::
+
+    sudo apt-get install -y build-essential libdumbnet-dev libpcap-dev libgeoip-dev libffi-dev python-dev python-pip
+
 Then you should be able to install ooniprobe by running::
 
+    sudo pip install ooniprobe
+
+or as a user to install inside a virtualenv::
+
     pip install ooniprobe
 
+
 Other platforms (with Vagrant)
 ------------------------------
 





More information about the tor-commits mailing list