commit 67f83d770c6e3da5e3b1a72a0314c495d62fb21f Author: Nick Mathewson nickm@torproject.org Date: Fri Jul 10 07:07:29 2020 -0400
update chutney readme; specify that we need python 3 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README index 0f3c343..dca19d3 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ It is supposed to be a good tool for: Right now it only sorta does these things.
You will need: - - Python 2.7, or a supported Python 3, + - A supported version of Python 3 - (we support Python versions that are still getting updates), and - Tor binaries.
tor-commits@lists.torproject.org