Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

### From PyPI

```bash
pip install agentrun-cli
```

### From source

```bash
Expand Down
14 changes: 7 additions & 7 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ Agent)**:一种由平台托管、用户只需声明配置、无需编写或

## 安装

### 预编译二进制(推荐)
### 从 PyPI 安装(推荐)

```bash
pip install agentrun-cli
```

### 预编译二进制

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

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

### 从 PyPI 安装

```bash
pip install agentrun-cli
```

### 从源码安装

```bash
Expand Down
Loading