You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/02-installation.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: "Installation"
3
3
teaching: 10
4
4
exercises: 20
5
5
questions:
6
-
- "What are the prerequisites for installing ESMValTool?"
7
-
- "How do I confirm that the installation was successful?"
6
+
- "What are the prerequisites for installing ESMValTool?"
7
+
- "How do I confirm that the installation was successful?"
8
8
objectives:
9
-
- "Install ESMValTool"
10
-
- "Demonstate that the installation was successful"
9
+
- "Install ESMValTool"
10
+
- "Demonstate that the installation was successful"
11
11
keypoints:
12
-
- "All the required packages can be installed using conda"
13
-
- "You can find more information about installation in the documentation"
12
+
- "All the required packages can be installed using conda"
13
+
- "You can find more information about installation in the documentation"
14
14
---
15
15
## Overview
16
16
@@ -29,20 +29,20 @@ ESMValTool is distributed using [Conda](https://conda.io/). We will be using the
29
29
30
30
### Linux
31
31
32
-
1. Please download Miniconda3 for Linux at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html). The 64 bit version should work on any recent system. If you have problems in the next step(s) you can alternatively try a 32 bit version.
32
+
1.Please download Miniconda3 for Linux at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html). The 64 bit version should work on any recent system. If you have problems in the next step(s) you can alternatively try a 32 bit version.
33
33
34
-
2. Next, run the installer
34
+
2.Next, run the installer
35
35
36
36
~~~
37
37
bash Miniconda3-latest-Linux-x86_64.sh
38
38
~~~
39
39
{:.language-bash}
40
40
41
-
3. Follow the instructions in the installer. The defaults should normally suffice.
41
+
3. Follow the instructions in the installer. The defaults should normally suffice.
42
42
43
-
4. You will need to restart your terminal for the changes to have effect.
43
+
4. You will need to restart your terminal for the changes to have effect.
44
44
45
-
5. Verify you have a working conda installation by listing all installed packages
45
+
5. Verify you have a working conda installation by listing all installed packages
46
46
47
47
~~~
48
48
conda list
@@ -51,20 +51,20 @@ ESMValTool is distributed using [Conda](https://conda.io/). We will be using the
51
51
52
52
### MacOSX
53
53
54
-
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
54
+
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
55
55
56
-
2. Next, run the installer
56
+
2. Next, run the installer
57
57
58
58
~~~
59
59
bash Miniconda3-latest-MacOSX-x86_64.sh
60
60
~~~
61
61
{:.language-bash}
62
62
63
-
3. Follow the instructions in the installer. The defaults should normally suffice.
63
+
3. Follow the instructions in the installer. The defaults should normally suffice.
64
64
65
-
4. You will need to restart your terminal for the changes to have effect.
65
+
4. You will need to restart your terminal for the changes to have effect.
66
66
67
-
5. Verify you have a working conda installation by listing all installed packages
67
+
5. Verify you have a working conda installation by listing all installed packages
0 commit comments