Skip to content

Commit aeeb9ca

Browse files
authored
Update docs README.md install command. (#563)
1 parent f60c961 commit aeeb9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/SetupGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ private static void writeDocsReadme(
471471
following:
472472
473473
```
474-
$$ uv pip install ".[docs]"
474+
$$ uv pip install --group docs .
475475
$$ cd docs
476476
$$ make html
477477
```

0 commit comments

Comments
 (0)