PySNN Documentation

Installation

InstallationΒΆ

Installation can be done with pip:

$ pip install pysnn

If you want to make updates to the library without having to reinstall it, use the following commands instead:

$ git clone https://github.com/BasBuller/PySNN.git
$ cd PySNN/
$ pip install -e PySNN/

Some examples need additional libraries. To install these, run:

$ pip install pysnn[examples]

Code is formatted with Black using a pre-commit hook. To configure it, run:

$ pre-commit install