Skip to content

Python package for the C. elegans Connectome Toolbox

The software library generating this site is available as a Python package.

To install the latest released version (from PyPI) use:

pip install cect

The source code for this can be found in this GitHub repository https://github.com/openworm/ConnectomeToolbox for the project.

To install the latest Python code, use:

git clone https://github.com/openworm/ConnectomeToolbox
cd ConnectomeToolbox
pip install .