Installation¶
Requirements¶
- Python 3.11 or higher
- pip or uv
Install with pip¶
Install with uv¶
Optional: watch mode¶
Watch mode requires the watchdog package. Install it as an optional
dependency:
Or with uv:
Optional: LSP server¶
The LSP server provides real-time diagnostics in VS Code, Neovim, and other LSP-compatible editors. Install with:
Or with uv:
See the LSP Server guide for editor configuration.
Verify installation¶
Next steps¶
- Quick Start — lint your first feature files
- CLI Reference — all command-line options
- Configuration — customize rule behavior