Skip to content

Commit 18c3717

Browse files
committed
Add pip install to readme
1 parent 14f7dd2 commit 18c3717

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@ This repository contains the [Logtail](https://logtail.com) Python library, turn
1313
* Support for structured logging and events.
1414
* Automatically captures useful context.
1515
* Performant, light weight, with a thoughtful design.
16+
17+
---
18+
19+
### Installation
20+
21+
Install the Logtail client library from PyPI as you would with any other package:
22+
23+
```
24+
pip install logtail-python
25+
```
26+
27+
Make sure you install the `logtail-python` package and not a different package with the `logtail` keyword in the package name from a different author.

0 commit comments

Comments
 (0)