Skip to content

Installation

Prerequisites

Installation

Choose your preferred package manager to install vsview. We recommend the recommended bundle for most users so that useful plugins are available out of the box.

Minimal installation
pip install vsview
Install with recommended plugins
pip install vsview[recommended]
Minimal installation
uv add vsview
Install with recommended plugins
uv add vsview --extra recommended

Development Installation

For contributing or local development, see the Contributing guide.