Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.67 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.67 KB

#Neurotune

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

Build Status

Full documentation can be found here.

Installation

The following (Python libraries) can be installed using pip, easy_install, or ideally using Anaconda:

Hard dependencies

  • numpy
  • inspyred
  • SciPy

The package pyelectro is also required:

git clone https://github.com/NeuralEnsemble/pyelectro.git
cd pyelectro
sudo python setup.py install

Soft dependencies

Install Neurotune with the following command:

sudo python setup.py install

Note: the Travic CI script shows the full set of commands for installation & execution of a simple example.