The documentation says: ``` conda install -n nest3 nest-simulator ``` This does not work because conda will not find the package. The correct command would be: ``` conda install -n nest3 -c conda-forge nest-simulator ```