From d24a2dc9fa16ee97df5e6321012bec9e01a8f6df Mon Sep 17 00:00:00 2001 From: SHIVAM BHARDWAJ Date: Sun, 17 Jan 2021 11:11:23 +0530 Subject: [PATCH] Updated a minor change in Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ac77809..ec3d2755 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ virtualenv env That will create a new folder `env` in your project directory. Next activate it with this command on mac/linux: ``` -source env/bin/active +source env/bin/activate ``` Then install the project dependencies with