1. Setting up Python and Brian

1.1. Using python and pip

We provide the most recent versions of this repository as a pypi package called neurodynex.

To install the exercises using pip simply execute (the --upgrade flag will overwrite existing installations with the newest versions):

pip install --upgrade neurodynex

1.2. Using anaconda or miniconda