更新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 @@ This page will guide you through installing Pixelle-Video.
---
## Installation Steps
## 🪟 Windows All-in-One Package (Recommended for Windows Users)
**No need to install Python, uv, or ffmpeg - ready to use out of the box!**
### Download and Install
1. Visit [GitHub Releases](https://github.com/AIDC-AI/Pixelle-Video/releases/latest) to download the latest version
2. Download the latest Windows All-in-One Package and extract it to any directory
3. Double-click `start.bat` to launch the Web interface
4. Your browser will automatically open `http://localhost:8501`
!!! success "Installation Complete!"
The package includes all dependencies, no need to manually install any environment. On first use, you only need to configure API keys in "⚙️ System Configuration" to get started.
!!! tip "Next Steps"
After installation, check out the [Configuration Guide](configuration.md) to set up LLM and image generation services, then see [Quick Start](quick-start.md) to create your first video.
---
## Install from Source (For macOS / Linux Users or Users Who Need Customization)
### Step 1: Clone the Repository

View File

@@ -6,6 +6,14 @@ Already installed and configured? Let's create your first video!
## Start the Web Interface
### Windows All-in-One Package Users
If you're using the Windows All-in-One Package, simply:
1. Double-click `start.bat`
2. Your browser will automatically open `http://localhost:8501`
### Install from Source Users
```bash
# Using uv
uv run streamlit run web/app.py

View File

@@ -52,6 +52,8 @@ Simply input a **topic**, and Pixelle-Video will automatically:
Ready to get started? Just three steps:
1. **[Install Pixelle-Video](getting-started/installation.md)** - Download and install the project
- 🪟 **Windows Users (Recommended)**: Use the [All-in-One Package](https://github.com/AIDC-AI/Pixelle-Video/releases/latest), no Python installation required
- 💻 **macOS/Linux Users**: Install from source, see [Installation Guide](getting-started/installation.md)
2. **[Configure Services](getting-started/configuration.md)** - Set up LLM and image generation services
3. **[Create Your First Video](getting-started/quick-start.md)** - Start creating your first video

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

View File

@@ -52,6 +52,8 @@
想马上体验?只需三步:
1. **[安装 Pixelle-Video](getting-started/installation.md)** - 下载并安装项目
- 🪟 **Windows 用户推荐**: 使用 [一键整合包](https://github.com/AIDC-AI/Pixelle-Video/releases/latest),无需安装 Python 环境
- 💻 **macOS/Linux 用户**: 从源码安装,详见 [安装指南](getting-started/installation.md)
2. **[配置服务](getting-started/configuration.md)** - 配置 LLM 和图像生成服务
3. **[生成第一个视频](getting-started/quick-start.md)** - 开始创作你的第一个视频