Skip to content

Commit d69953a

Browse files
docs(homepage): Replace poetry command to add group parameter (#1917)
Co-authored-by: Leandro Damascena <leandro.damascena@gmail.com>
1 parent 56a1e83 commit d69953a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Powertools relies on the AWS SDK bundled in the Lambda runtime. This helps us ac
4949
This means you need to add AWS SDK as a development dependency (not as a production dependency).
5050

5151
* **Pip**: `pip install "aws-lambda-powertools[aws-sdk]"`
52-
* **Poetry**: `poetry add "aws-lambda-powertools[aws-sdk]" --dev`
52+
* **Poetry**: `poetry add "aws-lambda-powertools[aws-sdk]" --group dev`
5353
* **Pipenv**: `pipenv install --dev "aws-lambda-powertools[aws-sdk]"`
5454

5555
???+ note "Local emulation"

0 commit comments

Comments
 (0)