doc: update README

This commit is contained in:
Junyan Qin
2025-11-16 20:00:43 +08:00
parent e642ffa5b3
commit 6ac4dbc011
4 changed files with 22 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ LangBot 是一个开源的大语言模型原生即时通信机器人开发平台
## 📦 开始使用 ## 📦 开始使用
#### 快速体验(推荐) #### 快速部署
使用 `uvx` 一键启动(无需安装): 使用 `uvx` 一键启动(无需安装):
@@ -39,17 +39,8 @@ LangBot 是一个开源的大语言模型原生即时通信机器人开发平台
uvx langbot uvx langbot
``` ```
或使用 `pip` 安装后运行:
```bash
pip install langbot
langbot
```
访问 http://localhost:5300 即可开始使用。 访问 http://localhost:5300 即可开始使用。
详细文档[PyPI 安装](docs/PYPI_INSTALLATION.md)。
#### Docker Compose 部署 #### Docker Compose 部署
```bash ```bash

View File

@@ -25,7 +25,7 @@ LangBot is an open-source LLM native instant messaging robot development platfor
## 📦 Getting Started ## 📦 Getting Started
#### Quick Start (Recommended) #### Quick Start
Use `uvx` to start with one command (no installation required): 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 uvx langbot
``` ```
Or install with `pip` and run:
```bash
pip install langbot
langbot
```
Visit http://localhost:5300 to start using it. Visit http://localhost:5300 to start using it.
Detailed documentation [PyPI Installation](docs/PYPI_INSTALLATION.md).
#### Docker Compose Deployment #### Docker Compose Deployment
```bash ```bash

View File

@@ -25,6 +25,16 @@ LangBot は、エージェント、RAG、MCP などの LLM アプリケーショ
## 📦 始め方 ## 📦 始め方
#### クイックスタート
`uvx` を使用して一鍵で起動します(インストール不要):
```bash
uvx langbot
```
http://localhost:5300 にアクセスして使用を開始します。
#### Docker Compose デプロイ #### Docker Compose デプロイ
```bash ```bash

View File

@@ -27,6 +27,16 @@ LangBot 是一個開源的大語言模型原生即時通訊機器人開發平台
## 📦 開始使用 ## 📦 開始使用
#### 快速部署
使用 `uvx` 一鍵啟動(無需安裝):
```bash
uvx langbot
```
訪問 http://localhost:5300 即可開始使用。
#### Docker Compose 部署 #### Docker Compose 部署
```bash ```bash