Merge pull request #1176 from mykonos-ibiza/patch-1

Fix SDK Readme
This commit is contained in:
Bobbie 2025-08-01 20:13:14 +05:30 committed by GitHub
commit 1a08ab2384
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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: Install directly from the GitHub repository:
```bash ```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: Or using uv:
```bash ```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 ## 🔧 Quick Start