Installation and setup

Basic installation

This package requires Python 3.9. Assuming you have the correct version of Python installed, you can install nctpy by opening a terminal and running the following:

pip install nctpy

GitHub installation

Alternatively, you can install the most up-to-date version of from GitHub:

git clone https://github.com/BassettLab/nctpy.git
cd nctpy
pip install .