mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
396 B
396 B
| name | description |
|---|---|
| build-cli | Build and install the Python CLI (planoai). Use after making changes to cli/ code to install locally. |
cd cli && uv sync— ensure dependencies are installedcd cli && uv tool install --editable .— install the CLI locally- Verify the installation:
cd cli && uv run planoai --help
If the build or install fails, diagnose and fix the issues.