Lectures on Computational Neuroscience

Installation Instructions

This README file and the main index file cnslecs.html are in the Tutorials/cnslecs directory. This version of cnslecs.html is a copy of the file cnslecs_external.html, which uses links to sections of the CNS lectures at the GENESIS web site.

You will have faster access to the material (and perhaps a more recent version), by downloading the "cnslecs" package from http://www.genesis-sim.org/GENESIS/ and installing it in this directory, overwriting cnslecs.html. If you later decide to remove the "cnslecs" package, you can copy cnslecs_external.html back to cnslecs.html.

After downloading the cnslecs.tar.gz package change to the the place where the Tutorials directory is installed. If you have GENESIS installed, this will probably be something like /usr/local/genesis-2.3/genesis/Tutorials unless you have installed the genesis directory tree elsewhere. Then, give the command

    gunzip -c cnslecs.tar.gz | tar xvf -

If cnslecs.tar.gz is not in this directory, give the full path to it, e.g.

    gunzip -c ~joeuser/downloads/cnslecs.tar.gz | tar xvf -


Back to Lectures on Computational Neuroscience