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/10-development-setup.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,22 +3,22 @@ title: "Development Setup"
3
3
teaching: 10
4
4
exercises: 20
5
5
questions:
6
-
- "What are the prerequisites for installing ESMValTool?"
6
+
- "What are the prerequisites for installing ESMValTool from source?"
7
7
- "How do I confirm that the installation was succesful?"
8
8
objectives:
9
-
- "Execute a succesful ESMValTool installation"
9
+
- "Execute a succesful ESMValTool installation from source"
10
10
keypoints:
11
11
- "ESMValTool is installed from source code that lives in the [GitHub repository](https://github.com/ESMValGroup/ESMValTool)"
12
12
- "All the required packages can be installed using conda and the [environment.yml file](https://github.com/ESMValGroup/ESMValTool/blob/master/environment.yml)"
13
13
- "You can find more information about installation in the [documentation](https://esmvaltool.readthedocs.io/en/latest/getting_started/install.html)"
14
14
---
15
15
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.
17
17
18
18
> ## Attention
19
19
>
20
20
> - 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/).
22
22
{: .callout}
23
23
24
24
## Obtaining the source code
@@ -61,7 +61,7 @@ in the repository (``environment.yml`` in the root folder).
61
61
From now on, we will assume that the installation is going to be done through
62
62
conda.
63
63
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
65
65
independent from any other Python tools present in the system.
66
66
67
67
To create an environment, go to the directory containing the ESMValTool source
0 commit comments