From 3e8bc1a2c12acd2fa368d406a666046bd7f182af Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Thu, 10 Apr 2025 01:31:40 +0530 Subject: [PATCH] fix readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfe3b599..c77f6ad4 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,12 @@ There are 2 ways to integrate with the agents you create in Rowboat 2. Python SDK - - You can use the included Python SDK to interact with the Agents - - See [SDK Docs](https://docs.rowboatlabs.com/using_the_sdk/) for details + You can use the included Python SDK to interact with the Agents + ``` + pip install rowboat + ``` + + See [SDK Docs](https://docs.rowboatlabs.com/using_the_sdk/) for details. Here is a quick example: ```python from rowboat import Client, StatefulChat from rowboat.schema import UserMessage, SystemMessage