Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.07 KB

README.rst

File metadata and controls

42 lines (30 loc) · 1.07 KB

Neurodriver

Package Description

Neurodriver is a Python implementation of a Local Processing Unit (LPU) with support for various neuron and synapse models that can be used with the Neurokernel framework.

Prerequisites

Neurodriver requires Neurokernel and its various installation dependencies.

Installation

First, install Neurokernel as indicated in its README file.

Next, download the latest Neurodriver as follows:

git clone https://github.com/neurokernel/neurodriver.git

Install the package as follows:

cd ~/neurodriver
python setup.py develop

Authors & Acknowledgements

See the included AUTHORS file for more information.

License

This software is licensed under the BSD License. See the included LICENSE file for more information.