更新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