Installation

Uncertainty Toolbox requires Python 3.6+. For a lightweight installation of the package only, run:

pip install uncertainty-toolbox

For a full installation with examples, tests, and the latest updates, run:

git clone https://github.com/uncertainty-toolbox/uncertainty-toolbox.git
cd uncertainty-toolbox
pip install -e .

To verify correct installation, you can run the test suite via:

source shell/run_all_tests.sh