kwikteam / phy-contrib

[This repository is archived, will be deprecated after the release of phy 2.0]
30 stars 39 forks source link
data-analysis electrophysiology python

NOTE: this repository is archived and will be deprecated once phy 2.0 is released

phy-contrib

Build Status PyPI release

Plugins for phy. Currently, this package provides two integrated spike sorting GUIs:

Quick install

You first need to install phy. Then, activate your conda environment and do:

pip install phycontrib

Installing the development version

If you want to use the bleeding-edge version, do:

git clone https://github.com/kwikteam/phy-contrib.git
cd phy-contrib
python setup.py develop

Then, you can update at any time with:

cd phy-contrib
git pull

Documentation