Installation

spikely is a Python package. It can be installed using pip:

pip install spikely

If you want to install from the source so that you are up-to-date with the latest development, you can install with:

git clone https://github.com/SpikeInterface/spikely
cd spikely
python setup.py install (or develop)

Requirements

The following Python packages are required for running spikely. They are installed when using the pip installer for spikeinterface.

  • PyQt5
  • spikeextractors
  • spiketoolkit
  • spikesorters