mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 08:46:24 +02:00
use uv instead of poetry (#663)
This commit is contained in:
parent
ca95ffb63d
commit
053e2b3a74
41 changed files with 3086 additions and 7226 deletions
|
|
@ -63,8 +63,13 @@ export ANTHROPIC_API_KEY="your-anthropic-key-here"
|
|||
|
||||
### Step 3: Start Arch Gateway
|
||||
```bash
|
||||
# Install and start the gateway
|
||||
pip install archgw
|
||||
# Install using uv (recommended)
|
||||
uv tool install planoai
|
||||
planoai up
|
||||
# Or if already installed with uv: uvx planoai up
|
||||
|
||||
# Or install using pip (traditional)
|
||||
pip install planoai
|
||||
planoai up
|
||||
```
|
||||
|
||||
|
|
@ -72,6 +77,7 @@ planoai up
|
|||
```bash
|
||||
# This will launch Claude Code with multi-model routing
|
||||
planoai cli-agent claude
|
||||
# Or if installed with uv: uvx planoai cli-agent claude
|
||||
```
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue