commit 3e22bc65ef8df099ff996dd08804b62e52bc2213 Author: juga0 juga@riseup.net Date: Mon Oct 8 09:35:12 2018 +0000
Change stem version and remove dependency-links
since it is not needed anymore with new stem version --- INSTALL.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/INSTALL.rst b/INSTALL.rst index 04bdac2..fc2ec7c 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -31,7 +31,7 @@ In Debian:: Python dependencies --------------------
-- Stem_ > 1.6.0 +- Stem_ >= 1.7.0 - Requests_ (with socks_ support) >= 2.10.0
To install the Python dependencies, create a ``virtualenv`` first @@ -47,11 +47,7 @@ Clone ``sbws``::
Install the python dependencies::
- cd sbws && pip install --process-dependency-links . - -.. note:: ``process-dependency-links`` will clone ``stem`` from master and - install it. It's deprecated, but it won't be needed as soon as there is - an ``stem`` release > 1.6.0 + cd sbws && pip install .
``sbws`` needs :term:`destination` s to request files from.
tor-commits@lists.torproject.org