Getting Started
The Markov Reweighting Toolkit can be installed with:
pip install mr-toolkit
Alternatively, to get the most bleeding-edge version, you can do:
git clone git@github.com:jdrusso/mr_toolkit.git
cd mr_toolkit
conda env create -f environment.yml
conda activate mr_toolkit