Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
skull8888888 committed Dec 1, 2024
1 parent a6db5b0 commit 132e467
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Laminar.initialize(project_api_key="...")

> Tracing is extremely useful for debugging and state reconstruction. When tracing is enabled, Flow will automatically capture the state at each step. During debugging, you can load the captured state and inspect the context. To learn more about tracing, see the [Laminar docs](https://docs.lmnr.ai).
## Installation

```bash
pip install lmnr-flow
```

## Getting started

### Basic Usage
Expand Down

0 comments on commit 132e467

Please sign in to comment.