Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

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