From 62644aa2df38d570873a98452130d40af8a939e0 Mon Sep 17 00:00:00 2001 From: Edo Maland Date: Tue, 15 Dec 2020 11:49:12 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f2d81..fa1c86c 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ git clone --recursive https://github.com/screetsec/Sudomy.git ### Dependencies ``` -$ pip install -r requirements.txt +$ python3 -m pip install -r requirements.txt ``` *Sudomy* requires [jq](https://stedolan.github.io/jq/download/) to run and parse. Information on how to download and install jq can be accessed [here](https://stedolan.github.io/jq/download/)