Installation#
pip#
The easiest way is to install the package via pip:
pip install lightning-uq-box
The above command will install the latest released stable version from pypi.
For the latest development version, you can install directly from the github main branch via:
pip install git+https://github.com/lightning-uq-box/lightning-uq-box.git
conda#
The latest stable release can also be installed via conda:
conda install lightning-uq-box
spack#
Spack was designed for easy installation on High Performance Computing (HPC) environments. See their documentation for more information.
spack install py-lightning-uq-box
spack load py-lightning-uq-box
To install the development version from the latest commit:
spack install py-lightning-uq-box@main
spack load py-lightning-uq-box