Skip to content
Snippets Groups Projects
Commit d3f5dd20 authored by juga's avatar juga
Browse files

Remove versions and install python dependencies with pip

parent 6a1668c6
No related branches found
No related tags found
No related merge requests found
......@@ -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
~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment