From 1b251b023be51fe125d2496e0a7b04330a5528a7 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 4 Nov 2024 02:10:49 +0530 Subject: [PATCH] pip3->pipx --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1f17b1d..9029acf 100644 --- a/README.md +++ b/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 ### Installing Arjun - - -You can install `arjun` with pip as following: +The recommended way to install `arjun` is as following: ``` -pip3 install arjun -``` - -or, by downloading this repository and running -``` -python3 setup.py install +pipx install arjun ``` +> Note: If you are using an old version of python, use pip instead of pipx. ### How to use Arjun?