Skip to content

Commit ef19829

Browse files
committed
docs(tracer): improve install section
Signed-off-by: heitorlessa <[email protected]>
1 parent 157eacc commit ef19829

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/core/tracer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ Tracer is an opinionated thin wrapper for [AWS X-Ray Python SDK](https://github.
2121

2222
### Install
2323

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

26-
Add `aws-lambda-powertools[aws-xray-sdk]` in your preferred dependency management tool.
26+
Add `aws-lambda-powertools[tracer]` as a dependency in your preferred tool: _e.g._, _requirements.txt_, _pyproject.toml_.
27+
28+
This will ensure you have the required dependencies before using Tracer.
2729

2830
### Permissions
2931

0 commit comments

Comments
 (0)