Getting Started for Users#

Warning

The following guide is for users. If you want to contribute to pyvisgen as a developer, see Getting Started for Developers.

Install pyvisgen#

pyvisgen is available on PyPI To install pyvisgen into an existing virtual environment, use one of the following installation methods.

Install with pip

In a virtual environment:

pip install pyvisgen
Install with mamba / conda

Warning

pyvisgen is not yet released on conda-forge. A release is planned for the future.

Install with pipx

Never heard of pipx? See the documentation for more.

pipx install pyvisgen
Install with uv

Never heard of uv? See the documentation for more.

uv add pyvisgen

Or, if you prefer the pip interface:

uv pip install pyvisgen
Install with pixi

Never heard of pixi? See the documentation for more.

Warning

pyvisgen is not yet released on conda-forge. A release is planned for the future.

Recommendation

Note

We strongly recommend using uv to install pyvisgen for now.

First Steps#

To get to know pyvisgen, check out the Tutorials and Examples section.