diff --git a/README.md b/README.md index 538d18f..aab2b1f 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,26 @@ Command-line tool for the [mfbt](https://mfbt.ai) platform. Provides both an int - **Real-time Updates** -- WebSocket-powered job monitoring and status tracking - **Agent Orchestration** -- Auto-invoke coding agents to implement pending features with `mfbt ralph` -## Requirements +## Installation -- Python 3.10+ +### Recommended -## Installation +```bash +# Using uv (no Python required) +uv tool install mfbt-cli + +# Using pipx +pipx install mfbt-cli +``` + +### Alternative ```bash pip install mfbt-cli ``` +Requires Python 3.10+. Using `uv tool install` or `pipx` is preferred as they handle isolation and PATH setup automatically. + ## Quick Start ```bash