Installation

Viziphant requires Python 3.8, 3.9, 3.10 or 3.11

The easiest way to install Viziphant is via pip:

pip install viziphant

To upgrade to a newer release use the --upgrade flag:

pip install --upgrade viziphant

If you do not have permission to install software systemwide, you can install into your user directory using the --user flag:

pip install --user viziphant

Dependencies

Viziphant relies on the following packages (automatically installed when you run pip install viziphant):

  • elephant - Electrophysiology Analysis Toolkit

  • quantities - support for physical quantities with units (mV, ms, etc.)

  • neo - electrophysiology data manipulations