Skip to content

docs(readme): recommend pip install over prebuilt binary#16

Merged
Sodawyx merged 1 commit into
mainfrom
docs/reorder-install-methods
Jun 10, 2026
Merged

docs(readme): recommend pip install over prebuilt binary#16
Sodawyx merged 1 commit into
mainfrom
docs/reorder-install-methods

Conversation

@Sodawyx

@Sodawyx Sodawyx commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

What

Reorder the Installation section in both READMEs so that From PyPI (pip install agentrun-cli) is listed first and marked as the recommended method, with the Prebuilt binary moved to second place.

New order in both languages: PyPI → Prebuilt binary → From source → Verify.

Why

pip install is the simplest path for the typical Python-based user/CI flow, so it should be the primary recommendation. The prebuilt binary remains available for environments without Python.

Changes

  • README.mdFrom PyPI moved to top with (recommended); removed (recommended) tag from the prebuilt-binary heading.
  • README_zh.md — mirrored the same reorder (从 PyPI 安装(推荐) first, 预编译二进制 second) to keep bilingual parity.

Docs-only change; no code, options, or commands were modified.

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings June 10, 2026 02:38

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project documentation to recommend installing AgentRun CLI from PyPI first, while keeping the prebuilt binary option available as the second installation method, and maintaining parity between the English and Chinese READMEs.

Changes:

  • Reordered the Installation section in README.md to list From PyPI (recommended) before Prebuilt binary.
  • Mirrored the same installation-order change in README_zh.md (从 PyPI 安装(推荐) first, then 预编译二进制).
  • Removed the “(recommended)” label from the prebuilt-binary headings in both documents.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Reorders Installation sections to recommend PyPI install first and moves prebuilt binary to second.
README_zh.md Mirrors the same Installation reorder and recommendation labeling for bilingual consistency.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Sodawyx Sodawyx merged commit 18b67a7 into main Jun 10, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants