commit d3a8881cd300cdf6e8c4df41985d43fbb983e842
Author: Ulysses Aalto <uaa...@getlantern.org>
Date:   Sun Oct 11 12:29:27 2015 -0400

    Proper order of installation steps
---
 README.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 730d8f0..68a56c0 100644
--- a/README.rst
+++ b/README.rst
@@ -388,9 +388,9 @@ On Debian based systems a development environment can be 
setup as follows: (prer
     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
+    python setup.py install
     ooniprobe -s  # if all went well, lists available tests
 
 



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

Reply via email to