commit 2e62b047252b01e213644bbc2e836e4d481c16a7 Author: Isis Lovecruft isis@torproject.org Date: Fri Apr 19 21:43:42 2013 +0000
Force pip to forget whatever builtin PI it thought it thought it should use. --- README.md | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md index 00c11d4..bbad4e2 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ setting up an ooni-backend are: # Create the virtualenv for ooni-backend... mkvirtualenv -a $PWD --unzip-setuptools --setuptools --no-site-packages oonib # ...and install ooni-backend (sudo is not necessary since we're in a virtualenv): + pip install --global-option --no-index -r requirements.txt python setup.py install
[1] Note: pip>=1.3.0 is recommended because it included several security
tor-commits@lists.torproject.org