Quick Start#

Todo

Write brief description about the possible ways for using the tool e.g. CLI, GUI and importing in Python.

CAF.brain is provided as a Python package and a command-line utility. The command-line utility aims to make some of the commonly used functionality available without needing to use Python code, see :ref:`usage` for details.

CAF.brain can be installed from pip, conda-forge or pipx (when using as a command-line utility).

Pip#

Installing through pip is easy and can be done in one command: pip install caf.brain

conda-forge#

Installing through conda-forge is easy and can be done in one command: conda install caf.brain -c conda-forge

Pipx#

Todo

Does CAF.brain support being installed with Pipx?

Usage#

Todo

Does CAF.brain have a CLI or GUI?

More details can be found in Tool Usage.

Python#

Todo

Does CAF.brain have a suggested alias?

When using CAF.brain functionality within Python:

import caf.brain

The User Guide contains Tutorials and Code Examples, which explain available functionality. For a detailed look at the package API see API Reference.