How to install¶
The fractal_tasks_core
Python package is hosted on PyPI (https://pypi.org/project/fractal-tasks-core), and can be installed via pip
.
It includes three (sub)packages:
- The main
fractal_tasks_core
package: a set of helper functions to be used in the Fractal tasks (and possibly in other independent packages). - The
fractal_tasks_core.tasks
subpackage: a set of standard Fractal tasks. - The
fractal_tasks_core.dev
subpackage: a set of developement tools (mostly related to creation of JSON Schemas for task arguments).
Minimal installation¶
The minimal installation command is
pip install fractal-tasks-core
dev
subpackage.
Full installation¶
In order to also use the tasks
subpackage, the additional extra fractal-tasks
must be included, as in
pip install fractal-tasks-core[fractal-tasks]
torch
).