- 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