From 9b5b068904ffae4e3bb86fef7f050977553bff9a Mon Sep 17 00:00:00 2001
From: Jevin Talaviya <jevin.talaviya@stud.th-deg.de>
Date: Wed, 22 Jan 2025 17:14:55 +0100
Subject: [PATCH] Update README.md

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 0725ee7b..617b6cbe 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`
-- 
GitLab