Skip to content

Commit aa66519

Browse files
Merge pull request #182 from vidit-maheshwari/docs-fix
docs: remove outdated --no-update flag
2 parents 8eeacad + fcb3e97 commit aa66519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/INSTALL_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ poetry --version # Should show v2.0.0 or above
3333
3. **Install Python dependencies**
3434
```sh
3535
poetry env use python3.10
36-
poetry lock --no-update
36+
poetry lock
3737
poetry install --with dev
3838
```
3939

0 commit comments

Comments
 (0)