Validation utilities for HistFactory workspaces
To install pyhf-validation
from GitHub (PyPI coming soon) run
python -m pip install "hfval@git+https://github.com/pyhf/pyhf-validation.git"
To develop, we suggest using virtual environments together with pip
.
Once the environment is activated, clone the repo from GitHub and install all necessary packages for development
python -m pip install --ignore-installed --upgrade -e .[complete]
Then setup the Git pre-commit hook for Black by running
pre-commit install
Please check the contribution statistics for a list of contributors