We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eeacad + fcb3e97 commit aa66519Copy full SHA for aa66519
1 file changed
docs/INSTALL_GUIDE.md
@@ -33,7 +33,7 @@ poetry --version # Should show v2.0.0 or above
33
3. **Install Python dependencies**
34
```sh
35
poetry env use python3.10
36
-poetry lock --no-update
+poetry lock
37
poetry install --with dev
38
```
39
0 commit comments