Skip to content

Commit b67bdf3

Browse files
committed
fix ci
1 parent 62c5688 commit b67bdf3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ where:
4747
- `warmup` will run a minimal Python script to download and cache the Python standard library. This is also useful to
4848
check the server is running correctly.
4949

50-
Here's an example of using `mcp-run-python` with Pydantic AI:
50+
## Usage in codes
51+
52+
```bash
53+
pip install mcp-run-python
54+
# or
55+
uv add mcp-run-python
56+
```
57+
58+
Then you can use `mcp-run-python` with Pydantic AI:
5159

5260
```python
5361
from pydantic_ai import Agent

0 commit comments

Comments
 (0)