@@ -26,27 +26,28 @@ We will first install Conda, and then ESMValTool. We end this chapter by testing
2626that the installation was successful.
2727
2828
29- > ## ESMValTool Installation/Usage Options - A quick summary
30- > Before we begin, here are all the possible ways in which you can use ESMValTool
31- > depending on your level of expertise or involvement with ESMvalTool and
32- > associated software such as GitHub and Conda.
33- >
34- > 1 ) If you have access to a server where ESMValTool is already installed
35- > as a module, for e.g., the `` CEDA JASMIN `` server, you can simply
36- > load the module with the following:
37- > ``` bash
38- > module load esmvaltool
39- > ` ` `
29+ ## ESMValTool Installation/Usage Options - A quick summary
30+ Before we begin, here are all the possible ways in which you can use ESMValTool
31+ depending on your level of expertise or involvement with ESMvalTool and
32+ associated software such as GitHub and Conda.
33+
34+ 1 ) If you have access to a server where ESMValTool is already installed
35+ as a module, for e.g., the [ CEDA JASMIN] ( https://help.jasmin.ac.uk/article/4955-community-software-esmvaltool )
36+ server, you can simply load the module with the following:
37+ ``` bash
38+ module load esmvaltool
39+ ```
4040
4141After loading `` esmvaltool `` , we can start using ESMValTool. Please see the [ next lesson] ({{ page.root }}{% link _ episodes/03-configuration.md %}).
42- > 2) If you would like to install ESMValTool as a conda package, then this lesson
43- > will tell you how!
44- >
45- > 3) If you would like to start experimenting with existing diagnostics or contributing to ESMvalTool, please see the instructions for
46- > source installation in the lesson [Development and
47- > contribution]({{ page.root }}{% link _episodes/08-development-setup.md %}) and
48- > in the [documentation](https://docs.esmvaltool.org/en/latest/quickstart/installation.html).
49- {: .solution}
42+
43+ 2 ) If you would like to install ESMValTool as a conda package, then this lesson
44+ will tell you how!
45+
46+ 3 ) If you would like to start experimenting with existing diagnostics or contributing to ESMvalTool, please see the instructions for
47+ source installation in the lesson [ Development and
48+ contribution] ({{ page.root }}{% link _ episodes/08-development-setup.md %}) and
49+ in the [ documentation] ( https://docs.esmvaltool.org/en/latest/quickstart/installation.html ) .
50+
5051
5152> ## Install ESMValTool on Windows
5253>
0 commit comments