diff --git a/README.md b/README.md index 3d6a61e..940c329 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,13 @@ agents that you configure declaratively without writing or deploying any runtime ## Installation -### Prebuilt binary (recommended) +### From PyPI (recommended) + +```bash +pip install agentrun-cli +``` + +### Prebuilt binary Download a single self-contained binary from [Releases](https://github.com/Serverless-Devs/agentrun-cli/releases). No Python required. @@ -50,12 +56,6 @@ agentrun---. # agentrun-0.1.0-windows-amd64.zip ``` -### From PyPI - -```bash -pip install agentrun-cli -``` - ### From source ```bash diff --git a/README_zh.md b/README_zh.md index ef69537..775ac09 100644 --- a/README_zh.md +++ b/README_zh.md @@ -22,7 +22,13 @@ Agent)**:一种由平台托管、用户只需声明配置、无需编写或 ## 安装 -### 预编译二进制(推荐) +### 从 PyPI 安装(推荐) + +```bash +pip install agentrun-cli +``` + +### 预编译二进制 从 [Releases](https://github.com/Serverless-Devs/agentrun-cli/releases) 下载单文件二进制,无需 Python。 @@ -49,12 +55,6 @@ agentrun---. # agentrun-0.1.0-windows-amd64.zip ``` -### 从 PyPI 安装 - -```bash -pip install agentrun-cli -``` - ### 从源码安装 ```bash