Skip to content

Installation

All official SCT plugins are available on PyPI and can be installed using pip or any other python package manager.

Installing from PyPI

To install a plugin from PyPI, you can use the following command:

Bash
pip install sct-<name>-reader

where <name> is the name of the plugin you want to install. The name of the plugins can be found in the table below.

The list of available plugins can be found here.

Virtual Environments

We recommend using a dedicated virtual environment to install the plugins and the main SCT software.
This will ensure that the plugin is installed in a separate environment and avoids conflicts with other packages or dependencies.