Installation¶
Requirements¶
- Python 3.9 or higher
- pip (Python package manager)
Install with pip¶
The recommended way to install Klondike is via pip:
Install a Specific Version¶
For stability, you can pin to a major version:
Create a Lockfile¶
For reproducible installations across environments:
Verify Installation¶
After installation, verify Klondike is available:
You should see:
klondike: Manage Klondike Spec agent workflow artifacts: features, sessions, and progress
commands: init, status, feature, session, release, validate, completion, progress, report, import-features, export-features, copilot, mcp
run: klondike <command> [args...]
Shell Completion¶
Enable shell completion for a better CLI experience:
Next Steps¶
Now that Klondike is installed, continue to the Quick Start guide to create your first project.