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