[tor-commits] [sbws/master] Remove unneed steps, include system dependencies example

pastly at torproject.org pastly at torproject.org
Wed Sep 5 19:44:54 UTC 2018


commit d42c53080b7ab35bc60d823e5fbc8565f62c66c5
Author: juga0 <juga at riseup.net>
Date:   Tue Aug 28 15:04:20 2018 +0000

    Remove unneed steps, include system dependencies example
---
 INSTALL.rst | 30 ++----------------------------
 1 file changed, 2 insertions(+), 28 deletions(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index 1c6775e..4122e4a 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -16,35 +16,9 @@ System requirements
 - virtualenv_ (while there is not ``stem`` release > 1.6.0, it is
   recommended to install the required python dependencies in a virtualenv)
 
+In Debian::
 
-.. _Stem: https://stem.torproject.org/
-.. _Requests: http://docs.python-requests.org/
-
-.. _release page: https://github.com/pastly/simple-bw-scanner/releases
-
-Virtualenv - Development
-------------------------------------------------------------------------------
-
-Choose a directory to store code in. I might choose ``~/src``.
-
-::
-
-    cd ~/src
-
-Get stem
-~~~~~~~~~~~~~
-
-::
-
-    git clone https://git.torproject.org/stem.git
-
-Get sbws
-~~~~~~~~~~~~~~~~~
-
-::
-
-    git clone https://github.com/pastly/simple-bw-scanner.git
-    cd simple-bw-scanner
+    sudo apt install tor python3 virtualenv
 
 
 Create and enter virtualenv





More information about the tor-commits mailing list