Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 997 Bytes

README.MD

File metadata and controls

11 lines (9 loc) · 997 Bytes

Build Status codecov

A PyNN interface to GeNN

This project bridges GeNN, a GPU enhanced Neuronal Network simulation environment, with PyNN, a simulator-independent language for building neuronal network models.

Installation

  1. Follow the instructions in https://github.com/genn-team/genn/blob/master/pygenn/README.md to install PyGeNN.
  2. Clone this project
  3. Install with setuptools using python setup.py develop command

Bugs

  • PyNN GeNN is still under development - current results of running PyNN system tests are outlined in #8 with links to outstanding issues causing test failures.