From b59513dff7a1810d5f9c11412d18d022b0289e6e Mon Sep 17 00:00:00 2001 From: G0utham <33779131+G0utham15@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:02:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c32bd..5d3be19 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ exit sudo pip install virtualenv python3 -m venv myvenv source myvenv/bin/activate -pip install -r requirements.txt +pip3 install -r requirements.txt ``` ### Running the project