/easy-nrn-install

Easily install a version of neuron with mpi to your local linux directory. BMTK, NEST, Conda as well.

Primary LanguageShell

Easy Neuron Installer

Install computational neuroscience tools like NEURON easily on Linux.

Example usage

Install NEURON, IV, MPI to the ~/nrn directory.

cd ~
mkdir nrn
git clone https://github.com/tjbanks/easy-nrn-install
cd easy-nrn-install
easy-nrn-install.sh ~/nrn

Requirements

Ubuntu or CentOS requirements can be installed with the corresponding requirements.sh file.

bash ./ubuntu_requirements.sh