-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
SANKET SARKAR edited this page Dec 22, 2025
·
1 revision
Installation instructions live here:
If you only need the engine package:
pip install crml-engineThis installs the crml CLI.
Verify:
crml --helpNotes:
- 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.