diff --git a/doc/quickstart/install.rst b/doc/quickstart/install.rst index ddc160d319..4ec5633e48 100644 --- a/doc/quickstart/install.rst +++ b/doc/quickstart/install.rst @@ -187,3 +187,13 @@ To install from source for development, follow these instructions. e.g. \ ``pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org -e .[develop]`` - Test that your installation was successful by running ``esmvaltool -h``. + +Pre-installed versions on HPC clusters +-------------------------------------- + +You will find the tool available on HPC clusters and there will be no need to install it +yourself if you are just running diagnostics: + + - CEDA-JASMIN: `esmvaltool` is available on the scientific compute nodes (`sciX.jasmin.ac.uk` where + `X = 1, 2,`3, 4, 5`) after login and module loading via `module load esmvaltool`; see the helper page at + `CEDA `__ ;