removed pip from docs

This commit is contained in:
Somdev Sangwan
2021-02-12 21:34:15 +05:30
committed by GitHub
parent 832a557c1e
commit 6d18dd099d

View File

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