You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,15 @@ This project is still under active development and is not ready for active use o
15
15
Installation
16
16
------------
17
17
18
+
BWScanner is not yet compatible with Python 3 due to the `txsocksx ` dependency.
19
+
20
+
In Debian/Ubuntu systems, you can install Python 2 and other systems
21
+
requirements running:
22
+
23
+
.. code:: bash
24
+
25
+
sudo apt install python2.7 python2.7-dev
26
+
18
27
The bandwidth scanner and its dependencies can be installed as follows:
19
28
20
29
.. code:: bash
@@ -23,11 +32,20 @@ The bandwidth scanner and its dependencies can be installed as follows:
23
32
cd bwscanner
24
33
python setup.py install
25
34
35
+
In case your system is using Python 3 by default, you need to run Python 2
36
+
explicitely, changing last line by:
37
+
38
+
.. code:: bash
39
+
40
+
python2.7 setup.py install
41
+
42
+
26
43
Running
27
44
-------
28
45
29
46
After installation the ``bwscan`` tool should be available in your path. This tool has a number of subcommands for running scans and for aggregating the collected data for use by the bandwidth authorities.
0 commit comments