Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 889 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 889 Bytes

SuperNeuroMAT

Installation

  1. Install using pip install git+https://github.com/ORNL/superneuromat.git
  2. Open up a Python interpretter and do from superneuromat.neuromorphicmodel import NeuromorphicModel

For Development

  1. Clone the superneuromat repo: git clone https://github.com/ORNL/superneuromat.git
  2. Add the path to superneuromat to your $PYTHONPATH: export PYTHONPATH=$PYTHONPATH:/path/to/superneuromat.
  3. You may want to update the $PYTHONPATH in your .bash_profile or .bashrc.

Directory Info

  1. experiments: This is for experiments for getting results for publications. Please ignore!
  2. superneuromat: This contains the source code for superneuromat
  3. tests: This contains unittests for development purposes. Please ignore!
  4. tutorials: Check out the tutorials to learn how to work with superneuromat