Installation#

Requirements#

SCT requires a Python version equal or higher than 3.10.

Install with pip#

SCT package and its dependencies can be installed using pip tool:

$ pip install sct

In particular, this project can be installed after cloning this repository and using pip installation of local package in editable mode:

$ cd sct
$ pip install -e .