From fcb3e97c77f7566be0228c68c0f4d5d6f68c15c4 Mon Sep 17 00:00:00 2001 From: Vidit Maheshwari <22mc3037@rgipt.ac.in> Date: Sat, 13 Dec 2025 00:12:36 +0530 Subject: [PATCH] docs: remove outdated --no-update flag --- docs/INSTALL_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL_GUIDE.md b/docs/INSTALL_GUIDE.md index ec6548a..8849d5d 100644 --- a/docs/INSTALL_GUIDE.md +++ b/docs/INSTALL_GUIDE.md @@ -33,7 +33,7 @@ poetry --version # Should show v2.0.0 or above 3. **Install Python dependencies** ```sh poetry env use python3.10 -poetry lock --no-update +poetry lock poetry install --with dev ```