A neuro-adaptive programming language for general-purpose neuromorphic computing
All provided installation methods allow running napl in the command line and import napl as a python module.
Make sure you have Anaconda installed before the steps below.
git clonethis repo andcdto the repo dir.conda env create -f environment.yaml- The
name: naplinevironment.yamlcan be updated to a preferred one.
- The
conda activate naplpip install napl- Validate installation via
napl -hin the command line orimport naplin python code
This is the developer mode, where you can edit the source code with live changes reflected for simulation.
git clonethis repo andcdto the repo dir.conda env create -f environment.yaml- The
name: naplinevironment.yamlcan be updated to a preferred one.
- The
conda activate naplpython3 -m pip install -e . --no-deps- Validate installation via
napl -hin the command line orimport naplin python code