Installation

The easiest way to install NetworkUnit is by creating a conda environment, followed by pip install networkunit. Below is the explanation of how to proceed with these two steps.

Prerequisites

Create new conda environment:

conda create --name networkunit python=3.11

Activate conda environment:

conda activate networkunit

Installation

Install NetworkUnit to the currently activated environment:

pip install networkunit

Requirements

elephant >= 0.7.0
neo >= 0.9
sciunit >= 0.2.2
jupyter >= 1.0.0
tabulate >= 0.8.2
networkx >= 2.1
seaborn >= 0.8.1
numpy >= 1.15.3
odml >= 1.3.0
opencv-python