Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 469 Bytes

Thesis-SpikingNeuralNetworks

Installation

  • Install Anaconda from here: anaconda.com
  • Create nengo_env environment by typing in a terminal within the root directory of this repository:
    conda env create -f environment.yml
    
  • Activate environment typing:
    conda activate nengo_env
    
  • Install NengoDL from developer branch:
    pip install git+https://github.com/nengo/nengo-dl
    
  • Done