From 83da5e5b44f543d8a55b02109ce0436f38fb51af Mon Sep 17 00:00:00 2001 From: Jevin Talaviya <jevin.talaviya@stud.th-deg.de> Date: Wed, 22 Jan 2025 17:12:07 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24197b0b..0725ee7b 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). -- GitLab