Installation
Stable version
The latest stable release of causal-validation
can be installed via pip
:
We recommend you check your installation version:
Development version
Warning
This version is possibly unstable and may contain bugs.
The latest development version of causal_validation
can be installed via running following:
git clone git@github.com:amazon-science/causal-validation.git;
cd causal-validation;
hatch shell create
We advise you create virtual environment before installing:
and recommend you check your installation passes the supplied unit tests: