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 |
|
conda |
Install the |
Note that installation using |
Identifier and Mapping Information
Schema Source
from schema: https://datatractor.github.io/schema/main/datatractor_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://datatractor.github.io/schema/main/datatractor_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.