Skip to content

Commit 3f0d4de

Browse files
committed
update episode 7
1 parent 5a59f53 commit 3f0d4de

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

_episodes/07-development-setup.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Development and contribution"
33
teaching: 10
44
exercises: 20
5-
compatibility: ESMValTool v2.13.0
5+
compatibility: ESMValTool v2.14.0
66

77
questions:
88
- "What is a development installation?"
@@ -161,7 +161,7 @@ in case another environment name was used).
161161
ESMValTool can be installed in a ``develop`` mode by running:
162162

163163
~~~bash
164-
pip install --editable '.[develop]'
164+
pip install --no-deps --editable '.[develop]'
165165
~~~
166166

167167
This will add the ``esmvaltool`` directory to the Python path in editable mode and
@@ -174,27 +174,6 @@ esmvaltool --help
174174

175175
If the installation is successful, ESMValTool prints a help message to the console.
176176

177-
> ## Checking the development installation
178-
>
179-
> We can use the command ``mamba list`` to list installed packages in
180-
> the ``esmvaltool`` environment.
181-
> Use this command to check that ESMValTool is installed in a ``develop`` mode.
182-
>
183-
>> ## Solution
184-
>>
185-
>> Run:
186-
>>
187-
>> ~~~bash
188-
>> mamba list esmvaltool
189-
>>~~~
190-
>>
191-
>> ~~~bash
192-
>> # Name Version Build Channel
193-
>> esmvaltool 2.10.0.dev3+g2dbc2cfcc pypi_0 pypi
194-
>>~~~
195-
>>
196-
> {: .solution}
197-
{: .challenge}
198177

199178
### 4 Updating ESMValTool
200179

@@ -511,6 +490,11 @@ xdg-open doc/sphinx/build/index.html
511490
> {: .solution}
512491
{: .challenge}
513492
514-
Congratulations! You are now ready to make a pull request.
493+
Congratulations! You are now ready to make a pull request.
494+
495+
However, we kindly ask that you hold
496+
off for now if this would create additional workload for the ESMValTool Development Team. We
497+
appreciate your thoughtful consideration and look forward to receiving your personal contributions
498+
in the future.
515499
516500
{% include links.md %}

0 commit comments

Comments
 (0)