Update README.md

This commit is contained in:
SHREY 2024-12-10 04:18:50 +00:00
parent 224340f9da
commit 3244b576f0

View file

@ -22,7 +22,9 @@ git clone https://git.digimantra.com/SHREY/DigiDoctor.git <br />
cd DigiDoctor
## 2. Install dependencies:
## 2. Install dependencies in virtual environment:
python3 -m venv venv <br />
source venv/bin/activate <br />
pip install -r requirements.txt