Skip to content

Commit 83041a0

Browse files
committed
docs: add install in main docs website
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent e51dd10 commit 83041a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/index.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ description: AWS Lambda Powertools Python
55

66
Powertools is a suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
77

8+
## Install
9+
10+
Powertools is available in PyPi. You can use your favourite dependency management tool to install it
11+
12+
* [poetry](https://python-poetry.org/): `poetry add aws-lambda-powertools`
13+
* [pip](https://pip.pypa.io/en/latest/index.html): `pip install aws-lambda-powertools`
14+
815
## Features
916

1017
* [Tracing](./core/tracer) - Decorators and utilities to trace Lambda function handlers, and both synchronous and asynchronous functions

0 commit comments

Comments
 (0)