Installation#
Choose one installation method and follow it from start to finish.
Requirements#
Before installing CaliBrain, make sure that:
you have Python
3.10or newer;you have
pipif you want to install from PyPI or from a local checkout;you have
condaif you want to create the repository environment.
Which method should I use?#
Installation methods#
CaliBrain is documented through three installation paths:
PyPI for installing a published release into an existing Python environment;
pip for installing directly from a local source checkout;
conda for creating the repository environment defined in
environment.yml.