Files
2026-03-15 02:55:34 +08:00

18 lines
378 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 包管理器部署(uv
使用 `uv` 可以快速安装并启动 AstrBot。
## 前置条件
如果尚未安装 `uv`,请先按照官方文档安装:<https://docs.astral.sh/uv/>
`uv` 支持 Linux、Windows、macOS。
## 安装并启动
```bash
uv tool install astrbot
astrbot init # 只需要在第一次部署时执行,后续启动不需要执行
astrbot run
```