Enum: InstallerTypes

This enumeration allows the Extractor->installation to specify which installer software is to be used for the installation of the Extractor.

URI: InstallerTypes

Permissible Values

Value

Description

Comments

pip

Install the Extractor using ‘pip’. Will process packages using pip install
and requirements using pip install -r.

conda

Install the Extractor using ‘conda’.

Note that installation using conda is not yet supported by the API.

Identifier and Mapping Information

Schema Source

  • from schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/

LinkML Source

name: InstallerTypes
description: This enumeration allows the `Extractor->installation` to specify which
  installer software is to be used for the installation of the `Extractor`.
from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
rank: 1000
permissible_values:
  pip:
    text: pip
    description: Install the `Extractor` using 'pip'. Will process `packages` using
      `pip install` and `requirements` using `pip install -r`.
  conda:
    text: conda
    description: Install the `Extractor` using 'conda'.
    comments:
    - Note that installation using `conda` is not yet supported by the API.