From a00a378c853adb64e28fb95d463e58d597732e11 Mon Sep 17 00:00:00 2001 From: Mkhabele Mikejunior Mark Mashaole <137772011+mkhmik004@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:23:07 +0200 Subject: [PATCH] Update README.md Fix typo: change 'active' to 'activate' in virtual environment activation script --- 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