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
+37-22Lines changed: 37 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,47 +29,43 @@ 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
+
1. Next, run the installer
35
35
36
-
~~~
36
+
```bash
37
37
bash Miniconda3-latest-Linux-x86_64.sh
38
-
~~~
39
-
{:.language-bash}
38
+
```
40
39
41
-
3. Follow the instructions in the installer. The defaults should normally suffice.
40
+
1. Follow the instructions in the installer. The defaults should normally suffice.
42
41
43
-
4. You will need to restart your terminal for the changes to have effect.
42
+
1. You will need to restart your terminal for the changes to have effect.
44
43
45
-
5. Verify you have a working conda installation by listing all installed packages
44
+
1. Verify you have a working conda installation by listing all installed packages
46
45
47
-
~~~
46
+
```bash
48
47
conda list
49
-
~~~
50
-
{:.language-bash}
48
+
```
51
49
52
50
### MacOSX
53
51
54
-
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
52
+
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
55
53
56
-
2. Next, run the installer
54
+
1. Next, run the installer
57
55
58
-
~~~
56
+
```bash
59
57
bash Miniconda3-latest-MacOSX-x86_64.sh
60
-
~~~
61
-
{:.language-bash}
58
+
```
62
59
63
-
3. Follow the instructions in the installer. The defaults should normally suffice.
60
+
1. Follow the instructions in the installer. The defaults should normally suffice.
64
61
65
-
4. You will need to restart your terminal for the changes to have effect.
62
+
1. You will need to restart your terminal for the changes to have effect.
66
63
67
-
5. Verify you have a working conda installation by listing all installed packages
64
+
1. Verify you have a working conda installation by listing all installed packages
68
65
69
-
~~~
66
+
```bash
70
67
conda list
71
-
~~~
72
-
{:.language-bash}
68
+
````
73
69
74
70
### Windows
75
71
@@ -85,63 +81,82 @@ Complete instructions for installing Julia can be found on the
0 commit comments