diff --git a/README.md b/README.md index 0725ee7baead448466c52a3fbfba1659119f8764..617b6cbe952e3ceaf63fac02a2771547f5b0ee62 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,4 @@ This project is develop using the following:- 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). +4. Install Dependencies: `pip install -r requirements.txt`