Skip to content

chairmanmeow50/nengo

 
 

Repository files navigation

Travis-CI build status

Test coverage

Requirements Status

Latest PyPI version

Number of PyPI downloads

Nengo: Large-scale brain modelling in Python

An illustration of the three principles of the NEF

Installation

We will be making a release on PyPI soon, meaning you will be able to pip install nengo. For now, you can do the following:

pip install -e git://github.com/ctn-waterloo/nengo.git#egg=nengo

Nengo supports Python 2.6, 2.7, and 3.3+ in a single codebase.

Running unit tests

One way to verify that your installation is working correctly is to run the unit tests. We use py.test, so you can run the Nengo unit tests with:

py.test --pyargs nengo

The test suite can take some time to run, so we recommend install the pytest-xdist plugin and running py.test --pyargs nengo -n 4 or however many free CPU cores you have available.

Usage

TODO

Documentation & Examples

Documentation and examples can be found at ReadTheDocs.

About

Reference implementation of the Nengo API in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published