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