Getting started

Installation

You can install the latest release of cspy from PyPi by:

pip install cspy

Alternatively, you can clone the latest development version of cspy from the repository:

git clone https://github.com/torressa/cspy

Requirements

The requirements for running cspy are:

  • NetworkX: Graph manipulation and creation.

  • NumPY: Array manipulation.