[tor-commits] [oonib/master] Add python2.7-dev to the commands for installing dependencies.
isis at torproject.org
isis at torproject.org
Sat May 4 16:10:28 UTC 2013
commit 42c8bdf3ad0ca4900faea3534af3afeb3eb90763
Author: Isis Lovecruft <isis at torproject.org>
Date: Fri Apr 19 19:13:12 2013 +0000
Add python2.7-dev to the commands for installing dependencies.
* Change commands to explicitly require Python2.7, because we can guarantee
that version works.
---
README.md | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index ae0d52b..bcc3a6b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ We recommend that you use a python virtualenv. The recommended commands for
setting up an ooni-backend are:
# Get git, python, and setuptools:
- sudo apt-get install git python python-setuptools
+ sudo apt-get install git python2.7 python2.7-dev python-setuptools
cd
# Grab the get-pip installer to make sure we have pip>=1.3.0 [1]
curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
More information about the tor-commits
mailing list