Skip to content

Commit 19b6309

Browse files
committed
docs(install): address early v2 feedback on installation and project support
1 parent bc2d2e5 commit 19b6309

File tree

5 files changed

+395
-382
lines changed

5 files changed

+395
-382
lines changed

docs/core/tracer.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ 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 installing Powertools via [Lambda Layer](../index.md#lambda-layer){target="_blank"}"
24+
!!! info "This is not necessary if you're installing Powertools via [Lambda Layer/SAR](../index.md#lambda-layer){target="_blank"}"
2525

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.
26+
Add `aws-lambda-powertools[tracer]` as a dependency in your preferred tool: _e.g._, _requirements.txt_, _pyproject.toml_. This will ensure you have the required dependencies before using Tracer.
2927

3028
### Permissions
3129

0 commit comments

Comments
 (0)