Skip to content

Commit a73e91c

Browse files
committed
added conda install instructions
1 parent ada1288 commit a73e91c

File tree

1 file changed

+33
-21
lines changed

1 file changed

+33
-21
lines changed

_episodes/02-installation.md

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,47 +25,59 @@ We end this chapter by testing that the installation was successful.
2525

2626
## Install Conda
2727

28-
ESMValTool is distributed using Conda(link). Most users use Linux or OSX, but succesful usage has also been reported through the Windows Subsystem for Linux(WSL) (link).
29-
30-
We will be using the Miniconda minimal installer for conda.
31-
32-
> ## Python 3 Only
33-
>
34-
> Please make sure to download a Python 3 based installation (Miniconda3), as ESMValTool only supports Python 3
35-
>
36-
>
37-
{: .callout}
38-
28+
ESMValTool is distributed using [Conda](https://conda.io/). We will be using the Miniconda minimal installer for conda. We suggest a Python 3 based installer, though if you happen to already have Conda installed it should also work with Python 2. For more information about installing conda, see [the conda installation documentation](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html).
3929

4030
### Linux
4131

42-
1. Please download miniconda at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html)
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.
4333

4434
2. Next, run the installer
4535

46-
~~~
47-
bash Miniconda3-latest-Linux-x86_64.sh
48-
~~~
49-
{:.language-bash}
36+
~~~
37+
bash Miniconda3-latest-Linux-x86_64.sh
38+
~~~
39+
{:.language-bash}
5040
5141
3. Follow the instructions in the installer. The defaults should normally suffice.
5242
5343
4. You will need to restart your terminal for the changes to have effect.
5444
5545
5. Verify you have a working conda installation by listing all installed packages
5646
57-
~~~
58-
conda list
59-
~~~
60-
{:.language-bash}
47+
~~~
48+
conda list
49+
~~~
50+
{:.language-bash}
6151
6252
### MacOSX
6353
54+
1. Please download Miniconda3 for MacOSX at [the miniconda page](https://docs.conda.io/en/latest/miniconda.html).
55+
56+
2. Next, run the installer
57+
58+
~~~
59+
bash Miniconda3-latest-MacOSX-x86_64.sh
60+
~~~
61+
{:.language-bash}
62+
63+
3. Follow the instructions in the installer. The defaults should normally suffice.
64+
65+
4. You will need to restart your terminal for the changes to have effect.
66+
67+
5. Verify you have a working conda installation by listing all installed packages
68+
69+
~~~
70+
conda list
71+
~~~
72+
{:.language-bash}
73+
6474
### Windows
6575
66-
After installing the WSL, installation can be done using the Linux installation instructions.
76+
ESMValTool does not directly support Windows, But succesful usage has been reported through the [Windows Subsystem for Linux(WSL)](https://docs.microsoft.com/en-us/windows/wsl/), available in Windows 10.
6777
78+
To install the WSL please follow the instructions [on the Windows Documentation page](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
6879
80+
After installing the WSL, installation can be done using the Linux installation instructions.
6981
7082
## Install Julia
7183

0 commit comments

Comments
 (0)