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

[tor-commits] [ooni-probe/master] Proper order of installation steps



commit d3a8881cd300cdf6e8c4df41985d43fbb983e842
Author: Ulysses Aalto <uaalto@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits