Skip to content

Installation

Choose your preferred package manager to install vsview.

We recommend the recommended or full 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]
Install with all plugins
pip install vsview[full]
Minimal installation
uv add vsview
Install with recommended plugins
uv add vsview --extra recommended
Install with all plugins
uv add vsview --extra full

Development Installation

For contributing or local development, see the Contributing guide.