Installation

The recommended way to install SImSiT is using pip

pip install simsit

The conda-forge install is built from the pypi index and takes a couple of days to be available after a new version is released.

To install from source

git clone https://github.com/LLNL/simsit.git
cd simsit
pip install .