Skip to content

NeuralEnsemble/neurotune

Repository files navigation

Neurotune

GH Build Documentation Status PyPI PyPI - Python Version GitHub GitHub pull requests GitHub issues GitHub Org's stars

This package provides Neurotune, a package for optimizing electical models of excitable cells.

This package was originally developed by Mike Vella. This has been updated by Padraig Gleeson and others (and moved to NeuralEnsemble) to continue development of pyelectro and Neurotune for use in OpenWorm, Open Source Brain and other projects

Full documentation can be found here.

Installation

Install Neurotune with the following command:

sudo pip install .

The developer dependencies can be installed using the dev extra:

sudo pip install .[dev]

The CI script shows the full set of commands for installation & execution of a number of examples.