Skip to content

Commit af8f75e

Browse files
committed
docs(parser): improve install wording
Signed-off-by: heitorlessa <[email protected]>
1 parent ef19829 commit af8f75e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/utilities/parser.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ This utility provides data parsing and deep validation using [Pydantic](https://
1616

1717
### Install
1818

19-
!!! info "This is not necessary if you're using Lambda Layer"
19+
!!! info "This is not necessary if you're installing Powertools via [Lambda Layer](../index.md#lambda-layer){target="_blank"}"
2020

21-
Add `aws-lambda-powertools[parser]` in your preferred dependency management tool.
21+
Add `aws-lambda-powertools[parser]` as a dependency in your preferred tool: _e.g._, _requirements.txt_, _pyproject.toml_.
22+
23+
This will ensure you have the required dependencies before using Parser.
2224

2325
???+ warning
2426
This will increase the compressed package size by >10MB due to the Pydantic dependency.

0 commit comments

Comments
 (0)