Update README.md

This commit is contained in:
mykonos-ibiza 2025-08-01 20:12:35 +05:30 committed by GitHub
parent 181244a97f
commit e50e2f83ca
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:
```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