User install instructions¶
Cross-platform options¶
Docker ¶
conda-forge install ¶
You can install NEST with the Conda forge package.
Live media ¶
We have live media (.ova) if you want to run NEST in a virtual machine.
Download the live media here, and follow the instructions to set up the virtual machine .
Linux ¶
Ubuntu¶
Ubuntu users can install NEST via the PPA repository.
Add the PPA repository for NEST and update apt:
sudo add-apt-repository ppa:nest-simulator/nest
sudo apt-get update
Install NEST:
sudo apt-get install nest
Or install NEST with NESTML
sudo apt install nest python3-nestml
python3 -m pip install --upgrade odetoolbox pygsl antlr4-python3-runtime==4.10
Set the environment
source /usr/bin/nest_vars.sh
macOS ¶
Install NEST via:
brew install nest
Options for Windows users ¶
Please note that NEST does not officially support Windows. Members of our community have had success using NEST on Windows with the Windows Subsystem for Linux. You can also try our docker container.