From b63b606a4e06986b07f1ae5190be9b66f9837bdc Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 30 Mar 2025 10:39:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=8E=A8=E8=8D=90=E4=BD=BF=E7=94=A8=20?= =?UTF-8?q?uv=20=E8=BF=9B=E8=A1=8C=E6=89=8B=E5=8A=A8=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7493d557d..6a7a22086 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,15 @@ AstrBot 是一个松耦合、异步、支持多消息平台部署、具有易用 #### 手动部署 -请参阅官方文档 [通过源码部署 AstrBot](https://astrbot.app/deploy/astrbot/cli.html) 。 +推荐使用 `uv`。 + +```bash +git clone https://github.com/AstrBotDevs/AstrBot && cd AstrBot +pip install uv +uv run main.py +``` + +或者请参阅官方文档 [通过源码部署 AstrBot](https://astrbot.app/deploy/astrbot/cli.html) 。 #### Replit 部署