From fe7b036027f7b47c585c5c92f0b8c1234a1ee848 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 15 Jan 2020 11:19:48 -0800 Subject: [PATCH] docs/tor.md: remove stale comment about py3 not working closes #367 --- docs/tor.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/tor.md b/docs/tor.md index 9f94d51..c8ce4c5 100644 --- a/docs/tor.md +++ b/docs/tor.md @@ -8,17 +8,9 @@ like this: pip install magic-wormhole[tor] ``` -Unfortunately, at present, Tor support is only available under -python2.7. Attempting to install `magic-wormhole[tor]` (or `txtorcon` or -`txsocksx`) under py3 results in an inscrutable error that references -strings like "vcversioner", "install_requires must be a string or list -of strings", and "int object not iterable". -[Support for py3](https://github.com/warner/magic-wormhole/issues/136) -will hopefully be added in a future release. - ## Usage -Under python2.7, just add ``--tor`` to use a running Tor daemon: +Just add ``--tor`` to use a running Tor daemon: ``` wormhole send --tor myfile.jpg