pip3->pipx
This commit is contained in:
12
README.md
12
README.md
@@ -48,17 +48,11 @@ The best part? It takes less than 10 seconds to go through this huge list while
|
|||||||
- Can passively extract parameters from JS or 3 external sources
|
- Can passively extract parameters from JS or 3 external sources
|
||||||
|
|
||||||
### Installing Arjun
|
### Installing Arjun
|
||||||
|
The recommended way to install `arjun` is as following:
|
||||||
|
|
||||||
You can install `arjun` with pip as following:
|
|
||||||
```
|
```
|
||||||
pip3 install arjun
|
pipx install arjun
|
||||||
```
|
|
||||||
|
|
||||||
or, by downloading this repository and running
|
|
||||||
```
|
|
||||||
python3 setup.py install
|
|
||||||
```
|
```
|
||||||
|
> Note: If you are using an old version of python, use pip instead of pipx.
|
||||||
|
|
||||||
### How to use Arjun?
|
### How to use Arjun?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user