Installation#
To install MDI from source:
git clone git@github.com:MolSSI-MDI/MDI_Library.git
cd MDI_Library
cmake -S . -B build
cmake --build build
cmake --install build
MDI can also be installed through Pip or Conda. For example:
pip install pymdi