Skip to content

Hanyu-Li/neurokernel

Repository files navigation

Neurokernel

Package Description

Neurokernel is a Python framework for developing models of the fruit fly brain and executing them on multiple NVIDIA GPUs.

Quick Start

Make sure you have pip installed (preferably in a virtualenv); once you do, install the following dependencies as follows:

pip install numpy
pip install cython
pip install numexpr
pip install tables

Run the following to install the remaining dependencies and the latest Neurokernel code:

git clone https://github.com/neurokernel/neurokernel.git
pip install -e git+./neurokernel#egg=neurokernel

If you have all of the requirements listed in INSTALL.rst installed, you can also install the downloaded code using:

cd neurokernel/
python setup.py install

or (if you want to tinker with the code without having to repeatedly reinstall it):

cd neurokernel/
python setup.py develop

Check out the demos in neurokernel/examples subdirectory and their corresponding IPython notebooks in neurokernel/notebooks.

More Information

More information about Neurokernel can be obtained from the project website at https://neurokernel.github.io.

Neurokernel's documentation is available at http://neurokernel.rtfd.org.

Authors & Acknowledgements

See the included AUTHORS file for more information.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages