Skip to content

Install via pip#

Cortex Loom can be installed like many other python packages by simply running:

pip install cortex-loom

NOTE: The package requires python>=3.11, <3.13

Flows published using the package are executed within a strictly controlled environment that comes with some of the most popular ML-oriented packages pre-installed. To ensure your local development environment matches the execution environment, you can install the selected dependencies using:

pip install "cortex-loom[full]"

If your Flow requires additional packages that are not included in the current environment, please reach out to our team at support@machinemedicine.com.