From e50e2f83ca0659a3e79a5b23ba3a671831677df5 Mon Sep 17 00:00:00 2001 From: mykonos-ibiza <222371740+mykonos-ibiza@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:12:35 +0530 Subject: [PATCH] Update README.md --- sdk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/README.md b/sdk/README.md index b1fb817b..42b96297 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -9,13 +9,13 @@ A Python SDK that enables you to create, manage, and interact with AI agents on Install directly from the GitHub repository: ```bash -pip install "kortix @ git+https://github.com/kortix/suna.git@main#subdirectory=sdk" +pip install "kortix @ git+https://github.com/kortix-ai/suna.git@main#subdirectory=sdk" ``` Or using uv: ```bash -uv add "kortix @ git+https://github.com/kortix/suna.git@main#subdirectory=sdk" +uv add "kortix @ git+https://github.com/kortix-ai/suna.git@main#subdirectory=sdk" ``` ## 🔧 Quick Start