Skip to content

Commit 0dd5cb0

Browse files
Update 02-installation.md
1 parent 57a9832 commit 0dd5cb0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

_episodes/02-installation.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,7 @@ For the tutorial, we will install the complete package. Thus, to install the
192192
ESMValTool package, run
193193
194194
```bash
195-
mamba create --name esmvaltool 'python=3.9'
196-
```
197-
198-
Next, we install many of the required dependencies, including the ESMValCore package
199-
and Python, R, and NCL interpreters, into this environment by running:
200-
201-
```bash
202-
mamba env update --name esmvaltool --file environment.yml
195+
mamba create --name esmvaltool esmvaltool 'python=3.10'
203196
```
204197
205198
On MacOSX ESMValTool functionalities in Julia, NCL, and R are not supported. To install
@@ -258,8 +251,8 @@ to display the command line help.
258251
> > {: .bash}
259252
> > The version of ESMValTool installed should be displayed on the screen as:
260253
> > ~~~
261-
> > ESMValCore: 2.4.0
262-
> > ESMValTool: 2.4.0
254+
> > ESMValCore: 2.5.0
255+
> > ESMValTool: 2.5.0
263256
> > ~~~
264257
> > {: .output}
265258
> {: .solution}

0 commit comments

Comments
 (0)