Skip to content

Installation

SANKET SARKAR edited this page Dec 22, 2025 · 1 revision

Engine installation (crml_engine)

Installation instructions live here:

If you only need the engine package:

pip install crml-engine

This installs the crml CLI.

Verify:

crml --help

Notes:

  • The engine depends on crml_lang for document validation and schema models.
  • If you are developing from source in this monorepo, prefer installing the sub-packages (crml_lang/ and crml_engine/) rather than the repo root package.

Clone this wiki locally