1. Installation

1.1. Prerequisites

Before installing ect, make sure you have the following prerequisites:

  • Python (version 3.7 or higher)

  • Pip (Python package installer)

1.2. Installing ect

To install ect, run the following in a terminal.

pip install ect

Alternatively, you can install directly from the source by cloning the repository and running the following command:

git clone https://github.com/MunchLab/ect
cd ect
pip install .

1.3. Uninstalling ect

To uninstall ect, simply run the following command:

pip uninstall ect