User Guide#
Welcome to the ALCHEMI Toolkit user guide: this side of the documentation
is to provide a high-level and conceptual understanding of the philosophy
and supported features in nvalchemi.
Quick Start#
The quickest way to install ALCHEMI Toolkit:
$ pip install nvalchemi-toolkit-ops
Make sure it is importable:
$ python -c "import nvalchemi; print(nvalchemi.__version__)"