commit 2042e36527c3a64e00554a1fb882383247d067d4 Author: juga0 juga@riseup.net Date: Tue Aug 28 15:05:12 2018 +0000
Add python dependencies --- INSTALL.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/INSTALL.rst b/INSTALL.rst index 4122e4a..2c7d2f3 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -20,9 +20,11 @@ In Debian::
sudo apt install tor python3 virtualenv
+Python dependencies +--------------------
-Create and enter virtualenv -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +- Stem_ > 1.6.0 +- Requests_ (with socks_ support) >= 2.10.0
I like to keep mine in my simple-bw-scanner directory and assume that's where you'll put it.
tor-commits@lists.torproject.org