From 132e467d8930be2a3e2460a3f40dba893dc3fed6 Mon Sep 17 00:00:00 2001 From: Robert Kim Date: Sat, 30 Nov 2024 23:08:57 -0800 Subject: [PATCH] updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ceb96f8..11cbebd 100644 --- a/README.md +++ b/README.md @@ -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