correcting to double-dash in the poetry install documentation

This commit is contained in:
mgaughan
2025-07-21 17:55:48 -04:00
parent 80d61e8b85
commit f2eb9ef784

View File

@@ -21,7 +21,7 @@ This allows you to run the auto-archiver without the `poetry run` prefix.
### Optional Development Packages
Install development packages (used for unit tests etc.) using:
`poetry install -with dev`
`poetry install --with dev`
```{toctree}
@@ -33,4 +33,4 @@ docs
release
settings_page
style_guide
```
```