Skip to content

Installation

contingency can be installed from PyPI:

pip install contingency-tools

If you would like access to the most recent/unstable version on GitHub (before a release):

pip install git+https://github.com/usnistgov/Contingency.git

For access to the NIST PDR entry for contingency, see data.nist.gov.

Optional Plotting Utilities

Install the extra plotting utilities (Matplotlib required).

pip install contingency-tools[plot]"