Skip to content

Commit 3095ce3

Browse files
committed
更新 README.md,添加 PyPI 安装说明和徽章
1 parent 939644d commit 3095ce3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Zero Context Protocol Python SDK
22

3+
[![PyPI version](https://img.shields.io/pypi/v/zero-context-protocol-sdk.svg)](https://pypi.org/project/zero-context-protocol-sdk/)
4+
[![Python versions](https://img.shields.io/pypi/pyversions/zero-context-protocol-sdk.svg)](https://pypi.org/project/zero-context-protocol-sdk/)
5+
[![PyPI downloads](https://img.shields.io/pypi/dm/zero-context-protocol-sdk.svg)](https://pypi.org/project/zero-context-protocol-sdk/)
6+
37
`zero-context-protocol-python` is the reference Python SDK and runtime for Zero
48
Context Protocol (ZCP).
59

@@ -46,6 +50,20 @@ Current headline result:
4650

4751
## Install
4852

53+
From PyPI:
54+
55+
```bash
56+
pip install --pre zero-context-protocol-sdk
57+
```
58+
59+
With optional extras:
60+
61+
```bash
62+
pip install --pre "zero-context-protocol-sdk[openai,mcp]"
63+
```
64+
65+
For local development from source:
66+
4967
```bash
5068
pip install -e ".[dev,openai,mcp]"
5169
```

0 commit comments

Comments
 (0)