Engine installation (crml_engine)
To run simulations, install the engine package:
pip install crml-engine
This installs the crml CLI.
Verify:
crml --help
Notes:
- The engine depends on
crml_langfor document validation and schema models. - If you are developing from source in this monorepo, prefer installing the sub-packages (
crml_lang/andcrml_engine/) rather than the repo root package.