Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading