From 3244b576f0663af9397d966e3090d5a41a5afa00 Mon Sep 17 00:00:00 2001 From: SHREY Date: Tue, 10 Dec 2024 04:18:50 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2479fc1..edf1ed9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ git clone https://git.digimantra.com/SHREY/DigiDoctor.git
cd DigiDoctor -## 2. Install dependencies: +## 2. Install dependencies in virtual environment: +python3 -m venv venv
+source venv/bin/activate
pip install -r requirements.txt