DAVE runs on python. So before you able to run DAVE you will need to install python.
How to do this is written here
or watch the video of the installation on a fresh windows-10 system.
Download miniconda: https://docs.conda.io/en/latest/miniconda.html, commands to run:
conda create -n DAVE DAVE -c conda-forge
activate DAVE
python -m DAVE.run_gui
Any issues? Leave a message below and we’ll try to help.