added pip method back

This commit is contained in:
Somdev Sangwan
2021-03-11 06:38:50 +05:30
committed by GitHub
parent 19aa305081
commit d2fc0db70e

View File

@@ -46,7 +46,13 @@ The best part? It takes less than 10 seconds to go through this huge list while
### Installing Arjun
You can install `arjun` by downloading this repository and running
You can install `arjun` with pip as following:
```
pip3 install arjun
```
or, by downloading this repository and running
```
python3 setup.py install
```