From eeabe29a3a81c79a3e9d37d84bce062730fec99b Mon Sep 17 00:00:00 2001 From: Karasira Cosmas Date: Thu, 28 Nov 2024 12:45:00 +0300 Subject: [PATCH] Update 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