Skip to content

Commit b8cd834

Browse files
committed
docs: clarify install extras in README
1 parent ef25678 commit b8cd834

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Pay-per-request access to GPT-5.2, Claude 4, Gemini 3.1, Grok, and more via x402
1919
## Installation
2020

2121
```bash
22-
pip install blockrun-llm # Base (EVM) payments
23-
pip install blockrun-llm[solana] # + Solana payments
22+
pip install blockrun-llm # Base chain (EVM/USDC) — includes all core deps
23+
pip install blockrun-llm[solana] # Base + Solana (USDC SPL) payments
24+
pip install blockrun-llm[dev] # Base + dev tools (pytest, black, ruff, mypy)
25+
pip install blockrun-llm[dev,solana] # Everything
2426
```
2527

2628
## Quick Start

0 commit comments

Comments
 (0)