feat(install) + docs + chore(workplan): complete T03 for CYA-WP-0004 — Makefile, optional deps, and improved dev-head installation docs
This commit is contained in:
parent
8c7bfb57f4
commit
b483bf1f34
5 changed files with 118 additions and 14 deletions
|
|
@ -167,8 +167,11 @@ First useful worker moves:
|
|||
## Commands
|
||||
|
||||
```bash
|
||||
# Install (editable, for development)
|
||||
pip install -e .
|
||||
# Recommended: Install from latest development code
|
||||
make dev-install
|
||||
|
||||
# Or manually:
|
||||
# pip install -e ".[dev]"
|
||||
|
||||
# Run the assistant
|
||||
cya "your natural language request here"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue