commit d3f5dd202c57ae68e2e8aea59b535dc5b3967674 Author: juga0 juga@riseup.net Date: Tue Aug 28 15:07:35 2018 +0000
Remove versions and install python dependencies with pip --- INSTALL.rst | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-)
diff --git a/INSTALL.rst b/INSTALL.rst index dd0dc2f..21e8fbd 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -37,22 +37,13 @@ Clone ``sbws``::
git clone https://gitweb.torproject.org/sbws.git
-:: - - pip install ../stem - -Install sbws and its remaining dependencies -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Install the python dependencies::
-Here is where you might want to know what the latest release of sbws is (this -document assumes it is 1.5.3). Skip -the ``git checkout`` if you want to run the bleeding edge tip-of-master version -of sbws. + cd sbws && pip install --process-dependency-links .
-:: - - git checkout v1.5.3 - pip install . +.. 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
Run sbws ~~~~~~~~~~