[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 652fe233c4b74011841420d947485be6779c0733
Author: Arturo Filastò <arturo@xxxxxxxxxxx>
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)
 ------------------------------
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits