更新Windows一键整合包相关的文档说明

This commit is contained in:
puke
2025-11-09 22:43:46 +08:00
parent a14f1622c9
commit 69bb8d6f37
9 changed files with 112 additions and 18 deletions

View File

@@ -19,7 +19,26 @@
---
## 安装步骤
## 🪟 Windows 一键整合包(推荐 Windows 用户使用)
**无需安装 Python、uv 或 ffmpeg一键开箱即用**
### 下载和安装
1. 访问 [GitHub Releases](https://github.com/AIDC-AI/Pixelle-Video/releases/latest) 下载最新版本
2. 下载最新的 Windows 一键整合包并解压到任意目录
3. 双击运行 `start.bat` 启动 Web 界面
4. 浏览器会自动打开 `http://localhost:8501`
!!! success "安装完成!"
整合包已包含所有依赖,无需手动安装任何环境。首次使用只需在「⚙️ 系统配置」中配置 API 密钥即可开始使用。
!!! tip "下一步"
安装完成后,请查看 [配置说明](configuration.md) 来设置 LLM 和图像生成服务,然后查看 [快速开始](quick-start.md) 生成第一个视频。
---
## 从源码安装(适合 macOS / Linux 用户或需要自定义的用户)
### 第一步:克隆项目

View File

@@ -6,6 +6,14 @@
## 启动 Web 界面
### Windows 一键整合包用户
如果你使用的是 Windows 一键整合包,只需:
1. 双击运行 `start.bat`
2. 浏览器会自动打开 `http://localhost:8501`
### 从源码安装用户
```bash
# 使用 uv 运行
uv run streamlit run web/app.py