File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,21 +77,21 @@ How to use it
77
77
```
78
78
git clone https://github.com/jofpin/trape.git
79
79
cd trape
80
- python trape.py -h
80
+ python2 trape.py -h
81
81
```
82
82
If it does not work, try to install all the libraries that are located in the file ** requirements.txt**
83
83
```
84
- pip install -r requirements.txt
84
+ python2 -m pip install -r requirements.txt
85
85
```
86
86
87
87
Example of execution
88
88
```
89
- Example: python trape.py --url http://example.com --port 8080
89
+ Example: python2 trape.py --url http://example.com --port 8080
90
90
```
91
91
92
92
** HELP AND OPTIONS**
93
93
```
94
- user:~$ python trape.py --help
94
+ user:~$ python2 trape.py --help
95
95
usage: python trape.py -u <> -p <> [-h] [-v] [-u URL] [-p PORT]
96
96
[-ak ACCESSKEY] [-l LOCAL]
97
97
[--update] [-n] [-ic INJC]
You can’t perform that action at this time.
0 commit comments