Skip to content

NeuralEnsemble/neurotune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66ba110 · Jun 23, 2023
Jun 23, 2023
Jun 14, 2023
May 12, 2023
Jun 14, 2023
May 12, 2023
May 29, 2015
Jan 25, 2023
Jun 23, 2023
Jun 14, 2023
Jun 23, 2023
May 12, 2023

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.