- Install using
pip install git+https://github.com/ORNL/superneuromat.git
- Open up a Python interpretter and do
from superneuromat.neuromorphicmodel import NeuromorphicModel
- Clone the
superneuromat
repo:git clone https://github.com/ORNL/superneuromat.git
- Add the path to
superneuromat
to your$PYTHONPATH
:export PYTHONPATH=$PYTHONPATH:/path/to/superneuromat
. - You may want to update the
$PYTHONPATH
in your.bash_profile
or.bashrc
.
experiments
: This is for experiments for getting results for publications. Please ignore!superneuromat
: This contains the source code forsuperneuromat
tests
: This contains unittests for development purposes. Please ignore!tutorials
: Check out the tutorials to learn how to work withsuperneuromat