Skip to content

Commit aa6f4a0

Browse files
Sodawyxclaude
andcommitted
docs(readme): recommend pip install over prebuilt binary
Reorder the installation methods so "From PyPI" (pip install) is listed first and marked as recommended, with the prebuilt binary moved to second place. Mirror the change in README_zh.md to keep bilingual parity. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Sodawyx <sodawyx@126.com>
1 parent 9473e6b commit aa6f4a0

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ agents that you configure declaratively without writing or deploying any runtime
2323

2424
## Installation
2525

26-
### Prebuilt binary (recommended)
26+
### From PyPI (recommended)
27+
28+
```bash
29+
pip install agentrun-cli
30+
```
31+
32+
### Prebuilt binary
2733

2834
Download a single self-contained binary from [Releases](https://github.com/Serverless-Devs/agentrun-cli/releases). No Python required.
2935

@@ -50,12 +56,6 @@ agentrun-<version>-<os>-<arch>.<ext>
5056
# agentrun-0.1.0-windows-amd64.zip
5157
```
5258

53-
### From PyPI
54-
55-
```bash
56-
pip install agentrun-cli
57-
```
58-
5959
### From source
6060

6161
```bash

README_zh.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Agent)**:一种由平台托管、用户只需声明配置、无需编写或
2222

2323
## 安装
2424

25-
### 预编译二进制(推荐)
25+
### 从 PyPI 安装(推荐)
26+
27+
```bash
28+
pip install agentrun-cli
29+
```
30+
31+
### 预编译二进制
2632

2733
[Releases](https://github.com/Serverless-Devs/agentrun-cli/releases) 下载单文件二进制,无需 Python。
2834

@@ -49,12 +55,6 @@ agentrun-<version>-<os>-<arch>.<ext>
4955
# agentrun-0.1.0-windows-amd64.zip
5056
```
5157

52-
### 从 PyPI 安装
53-
54-
```bash
55-
pip install agentrun-cli
56-
```
57-
5858
### 从源码安装
5959

6060
```bash

0 commit comments

Comments
 (0)