commit 47174997095cd4fa0ae2c828944e07a31aa8b65c Author: Arturo Filastò hellais@gmail.com Date: Tue Nov 27 15:48:28 2012 +0100
Set the required Tor version 2.2.x
This is needed because we want to use OwningController: https://trac.torproject.org/projects/tor/ticket/3049 --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md index 9f7cfb1..4c3c916 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ On debian based systems these can be installed with:
The python dependencies required for running ooniprobe are:
- * Tor: http://torproject.org/ + * Tor (>2.2.x): http://torproject.org/ * Twisted (>12.1.0): http://twistedmatrix.com/trac/ * PyYAML: http://pyyaml.org/ * Scapy: http://www.secdev.org/projects/scapy/