mirror of https://github.com/kortix-ai/suna.git
Update README.md
This commit is contained in:
parent
181244a97f
commit
e50e2f83ca
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue