diff --git a/README.md b/README.md index 24197b0bd452bd4375908cb7f02a48c0290006aa..0725ee7baead448466c52a3fbfba1659119f8764 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ This project is develop using the following:- # Installation 1. Clone the repository. 2. Create a Virtual environment:> `python -m venv venv_name` +3. Activate the Virtual Environment: `venv_name\scripts\activate` (Windows) or `source/venv_name/bin/activate` (Linux / MacOS).