Installation

Installation#

SBART can be pip-installed:

pip install SBART

However, before doing so, we need numpy to be installed beforehand!

To use Telfit. it must be installed independently:

pip install Telfit

Note

Ensure that you have the BLAS + lapak libraries installed, as they will be needed to compile the .cython files. If they are not available, the installation will fail

To install from github (for recent, but not pypi-published changes), you should only need to:

  1. /git clone/ the repository

  2. cd into it

  3. pip install .