We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e8c3d commit b7e5177Copy full SHA for b7e5177
_episodes/02-installation.md
@@ -32,12 +32,10 @@ associated software such as GitHub and Conda.
32
1. If you have access to a server where ESMValTool is already installed
33
as a module, for e.g., the [CEDA JASMIN](https://help.jasmin.ac.uk/article/4955-community-software-esmvaltool)
34
server, you can simply load the module with the following:
35
- ```bash
36
- module load esmvaltool
37
- ```
38
-
+~~~bash
+module load esmvaltool
+~~~
39
After loading ``esmvaltool``, we can start using ESMValTool. Please see the [next lesson]({{ page.root }}{% link _episodes/03-configuration.md %}).
40
41
2) If you would like to install ESMValTool as a conda package, then this lesson
42
will tell you how!
43
0 commit comments