Skip to content

Commit 67bc2d7

Browse files
committed
revise donwload option
1 parent e4bdb25 commit 67bc2d7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_episodes/08-development-setup.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ ESMValTool is an open-source project in ESMValGroup. We can contribute to its de
3131
- helping with reviewing process of pull requests, see ESMValTool documentation on
3232
[Review of pull requests](https://docs.esmvaltool.org/en/latest/community/review.html)
3333

34-
In this lesson, we first show how to set up a development installation of ESMValTool. So, you can
35-
make modifications. Then, we explain the process of how to contribute your changes or additions
36-
to the community.
34+
In this lesson, we first show how to set up a development installation of ESMValTool so you can
35+
make changes or additions. We then explain how you can contribute these changes to the community.
3736

3837
> ## Git knowledge
3938
>
@@ -55,7 +54,10 @@ The ESMValTool source code is available on a public GitHub repository:
5554
[https://github.com/ESMValGroup/ESMValTool](https://github.com/ESMValGroup/ESMValTool).
5655
To obtain the code, there are two options:
5756

58-
1. download the code as a ZIP file from the repository.
57+
1. download the code from the repository. A ZIP file called
58+
``ESMValTool-master.zip`` is downloaded. To continue the installation, unzip
59+
the file, move to the ``ESMValTool-master`` directory and then follow step
60+
**2 ESMValTool dependencies**.
5961
2. clone the repository if you want to contribute to the ESMValTool development:
6062

6163
~~~bash

0 commit comments

Comments
 (0)