commit 305fb1204db3d9f7c668dfbe6992838b1474844d Author: hadiasghari hadiasghari@users.noreply.github.com Date: Sat Oct 10 14:50:00 2015 -0400
Update README.rst development instructions --- README.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/README.rst b/README.rst index 9cb3042..730d8f0 100644 --- a/README.rst +++ b/README.rst @@ -380,9 +380,17 @@ that is different from master) with:: Setting up development environment ----------------------------------
-On debian based systems this can be done with:: +On Debian based systems a development environment can be setup as follows: (prerequisites include build essentials, python-dev, and tor; for tor see https://www.torproject.org/docs/debian.html.en)::
- sudo apt-get install libgeoip-dev python-virtualenv virtualenvwrapper - mkvirtualenv ooniprobe + + sudo apt-get install python-pip python-virtualenv virtualenv virtualenvwrapper + sudo apt-get install libgeoip-dev libffi-dev libdumbnet-dev libssl-dev libpcap-dev + git clone https://github.com/TheTorProject/ooni-probe + cd ooni-probe + mkvirtualenv ooniprobe # . ~/.virtualenvs/ooniprobe/bin/activate to access later python setup.py install + pip install -r requirements.txt pip install -r requirements-dev.txt + ooniprobe -s # if all went well, lists available tests + +
tor-commits@lists.torproject.org