Installation

UPET requires Python 3.11 or later.

From PyPI

The recommended way to install UPET is from PyPI:

pip install upet

To install a specific released version, pass it to pip:

pip install "upet==0.2.2"

From GitHub

To install the latest development version directly from the GitHub repository:

pip install "upet @ git+https://github.com/lab-cosmo/upet.git"

You can also pin to a specific branch, tag or commit:

pip install "upet @ git+https://github.com/lab-cosmo/upet.git@main"

With uv

If you use uv, the equivalent commands are:

uv pip install upet
uv pip install "upet @ git+https://github.com/lab-cosmo/upet.git"