Skip to documentation content
On this page
  1. Reference

Source-tree launcher

Runs Batch from a source checkout with the repository Python environment.

Reference

FieldValueDescription
Invocationpython -m telionbatch
Runtimerepository Python environment

Use python -m telionbatch from the repository root during development. The top-level module adds src to sys.path and delegates directly to the same telion_backend.v2.batch.main entry point used by packaged Batch mode.