This package provides common code for PyNN implementations for SpiNNaker.
We have user installation instructions
which describe in detail more about what is going on. Note that this package is
not intended to be used directly; the sPyNNaker7
and sPyNNaker8
packages
contain the user-facing APIs, and you should use the one that corresponds to
the version of PyNN you wish to work with.
If you want to be able to edit the source code, but still have it referenced
from other Python modules, you can set the install to be a
developer install
which describes the process of installing not only the sPyNNaker7
and sPyNNaker8
packages for accessing the user-facing APIs, but also the other modules which these
depend upon for a complete editable install.
sPyNNaker python documentation
Combined PyNN7 python documentation
Combined PyNN8 python documentation