Skip to content

Commit 4145308

Browse files
committed
Merge branch 'installation' of github.com:ESMValGroup/tutorial into installation
2 parents f437580 + 2af0d92 commit 4145308

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/10-development-setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ title: "Development Setup"
33
teaching: 10
44
exercises: 20
55
questions:
6-
- "What are the prerequisites for installing ESMValTool?"
6+
- "What are the prerequisites for installing ESMValTool from source?"
77
- "How do I confirm that the installation was succesful?"
88
objectives:
9-
- "Execute a succesful ESMValTool installation"
9+
- "Execute a succesful ESMValTool installation from source"
1010
keypoints:
1111
- "ESMValTool is installed from source code that lives in the [GitHub repository](https://github.com/ESMValGroup/ESMValTool)"
1212
- "All the required packages can be installed using conda and the [environment.yml file](https://github.com/ESMValGroup/ESMValTool/blob/master/environment.yml)"
1313
- "You can find more information about installation in the [documentation](https://esmvaltool.readthedocs.io/en/latest/getting_started/install.html)"
1414
---
1515

16-
So you want to contribute code to ESMValTool, what follows describes a development installation to help you get going.
16+
So you want to contribute code to ESMValTool. What follows describes a development installation to help you get going.
1717

1818
> ## Attention
1919
>
2020
> - This episode is based on the ESMValTool installation instructions, for more information and advanced cases you can visit the ESMValTool [documentation](https://esmvaltool.readthedocs.io/en/latest/getting_started/install.html).
21-
> - For this episode it is assumed you have knowledge of [git](https://git-scm.com/) you can refresh your knowledge in the corresponding [git carpentries course](http://swcarpentry.github.io/git-novice/).
21+
> - For this episode it is assumed you have knowledge of [git](https://git-scm.com/). You can refresh your knowledge in the corresponding [git carpentries course](http://swcarpentry.github.io/git-novice/).
2222
{: .callout}
2323

2424
## Obtaining the source code
@@ -61,7 +61,7 @@ in the repository (``environment.yml`` in the root folder).
6161
From now on, we will assume that the installation is going to be done through
6262
conda.
6363
64-
Ideally, you should create a conda environment for ESMValTool, so it is
64+
Ideally, you should create a dedicated conda environment for ESMValTool, so it is
6565
independent from any other Python tools present in the system.
6666
6767
To create an environment, go to the directory containing the ESMValTool source

0 commit comments

Comments
 (0)