[tor-commits] [ooni-probe/master] Fix install doc on virtualenv setup

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


commit 8a8500ab97a2eba292f93f05d129b9f627e59c6e
Author: anadahz <kojgelo at inbox.com>
Date:   Mon Mar 14 19:09:06 2016 -0300

    Fix install doc on virtualenv setup
---
 README.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 6234b62..58c8376 100644
--- a/README.rst
+++ b/README.rst
@@ -350,7 +350,12 @@ On Debian based systems a development environment can be setup as follows: (prer
     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
+    virtualenv venv
+`virtualenv venv` will create a folder in the current directory which will
+contain the Python executable files, and a copy of the pip library which you can
+use to install other packages. To begin using the virtual environment, it needs
+to be activated:
+    source venv/bin/activate
     pip install -r requirements.txt
     pip install -r requirements-dev.txt
     python setup.py install





More information about the tor-commits mailing list