[tor-commits] [oonib/master] Fix typo in README.md installation commands.
isis at torproject.org
isis at torproject.org
Sat May 4 16:10:28 UTC 2013
commit 62711b525541aa16d08d9a8fe256c84b3d029134
Author: Isis Lovecruft <isis at torproject.org>
Date: Fri Apr 19 19:22:50 2013 +0000
Fix typo in README.md installation commands.
---
README.md | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index bcc3a6b..64b5a2e 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,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):
- python setpy.py install
+ python setup.py install
[1] Note: pip>=1.3.0 is recommended because it included several security
patches, including using forcing the use of HTTPS and checking package hash
More information about the tor-commits
mailing list