Installation
You can install digiqual directly from PyPI (or GitHub).
Option 1: Install via uv (Recommended)
If you are managing a project with uv, add digiqual as a dependency:
- To install the latest stable release (v0.12.5):
uv add "digiqual"- To install the latest development version (main branch from github):
uv add "digiqual @ git+https://github.com/JGIBristol/digiqual.git"If you just want to install it into a virtual environment without modifying a project file (e.g., for a quick script), use pip interface:
uv pip install digiqual"Option 2: Install via standard pip
To install the latest stable release (v0.12.5):
pip install digiqualTo install the latest development version:
pip install "git+https://github.com/JGIBristol/digiqual.git"