From 6ac4dbc01147ae5dbad39ad0a9d68a9460174218 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 16 Nov 2025 20:00:43 +0800 Subject: [PATCH] doc: update README --- README.md | 11 +---------- README_EN.md | 11 +---------- README_JP.md | 10 ++++++++++ README_TW.md | 10 ++++++++++ 4 files changed, 22 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 94cc3870..29cb592d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ LangBot 是一个开源的大语言模型原生即时通信机器人开发平台 ## 📦 开始使用 -#### 快速体验(推荐) +#### 快速部署 使用 `uvx` 一键启动(无需安装): @@ -39,17 +39,8 @@ LangBot 是一个开源的大语言模型原生即时通信机器人开发平台 uvx langbot ``` -或使用 `pip` 安装后运行: - -```bash -pip install langbot -langbot -``` - 访问 http://localhost:5300 即可开始使用。 -详细文档[PyPI 安装](docs/PYPI_INSTALLATION.md)。 - #### Docker Compose 部署 ```bash diff --git a/README_EN.md b/README_EN.md index 79117d44..a5bf32e1 100644 --- a/README_EN.md +++ b/README_EN.md @@ -25,7 +25,7 @@ LangBot is an open-source LLM native instant messaging robot development platfor ## 📦 Getting Started -#### Quick Start (Recommended) +#### Quick Start Use `uvx` to start with one command (no installation required): @@ -33,17 +33,8 @@ Use `uvx` to start with one command (no installation required): uvx langbot ``` -Or install with `pip` and run: - -```bash -pip install langbot -langbot -``` - Visit http://localhost:5300 to start using it. -Detailed documentation [PyPI Installation](docs/PYPI_INSTALLATION.md). - #### Docker Compose Deployment ```bash diff --git a/README_JP.md b/README_JP.md index 4679e37d..5a7a957a 100644 --- a/README_JP.md +++ b/README_JP.md @@ -25,6 +25,16 @@ LangBot は、エージェント、RAG、MCP などの LLM アプリケーショ ## 📦 始め方 +#### クイックスタート + +`uvx` を使用して一鍵で起動します(インストール不要): + +```bash +uvx langbot +``` + +http://localhost:5300 にアクセスして使用を開始します。 + #### Docker Compose デプロイ ```bash diff --git a/README_TW.md b/README_TW.md index 3250568a..732dbad8 100644 --- a/README_TW.md +++ b/README_TW.md @@ -27,6 +27,16 @@ LangBot 是一個開源的大語言模型原生即時通訊機器人開發平台 ## 📦 開始使用 +#### 快速部署 + +使用 `uvx` 一鍵啟動(無需安裝): + +```bash +uvx langbot +``` + +訪問 http://localhost:5300 即可開始使用。 + #### Docker Compose 部署 ```bash