Getting Started for Users#

Warning

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

Install pyvisgrid#

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

Install with pip

In a virtual environment:

pip install pyvisgrid
Install with mamba / conda

Warning

pyvisgrid 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 pyvisgrid
Install with uv

Never heard of uv? See the documentation for more.

uv add pyvisgrid

Or, if you prefer the pip interface:

uv pip install pyvisgrid
Install with pixi

Never heard of pixi? See the documentation for more.

Warning

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

Recommendation

Note

We strongly recommend using uv to install pyvisgrid for now.

First Steps#

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