Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,15 @@ or OpenAPI spec where available.

## Getting Started

### Prerequisites

- Python 3.10+
- pip 22+

```bash
# Verify Python version
python --version

# Clone the repo
git clone https://github.com/agent-intent/verifiable-intent.git
cd verifiable-intent
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,15 @@ and delegates the decision; the user may not be present at transaction time.

## Quick Start

### Prerequisites

- Python 3.10+
- pip 22+

```bash
# Verify Python version
python --version

# Install (using uv)
uv venv .venv && source .venv/bin/activate
uv pip install -e ".[dev]"
Expand Down