更新Windows一键整合包相关的文档说明
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user