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.
Should I use pip or …?
With many so many package installers available, installing software can be confusing. Here is a guide to help you make a sensible choice.
Are you already using an environment manager?
Great, then you should use that tool to install pyvisgen.
Are you considering using an environment manager?
There are lots of environment managers to choose from. If you are unsure where to start, consider starting with a Python virtual environment. mamba is also a great choice and comes in a lightweight bundle with Miniforge.
If environment managers are not your thing…
…you can also use
pipto install packages directly to your Python path using$ pip install -U pyvisgen
Ignoring environment management
While environment managers may sound complicated at first, they are strongly recommended. Ignoring them may lead to confusion if something breaks later on.
mamba / condaWarning
pyvisgen is not yet released on conda-forge.
A release is planned for the future.
uvNever heard of uv? See the documentation for more.
uv add pyvisgen
Or, if you prefer the pip interface:
uv pip install pyvisgen
pixiNever heard of pixi? See the documentation for more.
Warning
pyvisgen is not yet released on conda-forge.
A release is planned for the future.
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.