Skip to content

Commit b2e5233

Browse files
bokelleyclaude
andauthored
docs: add Python version requirement note to README (#25)
Clarify that Python 3.10+ is required and highlight support for both synchronous and asynchronous workflows in the installation section. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent d3da4ee commit b2e5233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ AdCP operations are **distributed and asynchronous by default**. An agent might:
2222
pip install adcp
2323
```
2424

25+
> **Note**: This client requires Python 3.10 or later and supports both synchronous and asynchronous workflows.
26+
2527
## Quick Start: Distributed Operations
2628

2729
```python

0 commit comments

Comments
 (0)