Skip to content

Commit 6f2f243

Browse files
author
Rémi Kazeroni
authored
Address review comments from @LisaBock
1 parent b4de0ff commit 6f2f243

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_episodes/07-development-setup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,14 @@ This will create a new conda environment and install ESMValTool into it with a
141141
single command.
142142

143143
For more information see [conda managing environments][manage-environments].
144+
144145
Now, we should activate the environment:
145146

146147
~~~bash
147148
conda activate esmvaltool
148149
~~~
150+
where ``esmvaltool`` is the name of the environment (replace by ``a_new_name``
151+
in case another environment name was used).
149152

150153
### 3 ESMValTool installation
151154

@@ -331,7 +334,8 @@ To explore other tools, have a look at ESMValTool documentation on
331334
>> ~~~
332335
>>
333336
>> The syntax ``"""`` at the end of docstring is moved by one line.
334-
Shifting it to the next line should fix this error.
337+
>> Shifting it to the next line should fix this error.
338+
>>
335339
>> 2. ``flake8``: the error message is about an unused local variable ``nx``.
336340
>> We should check our codes regarding the usage of ``nx``.
337341
>> For now, let's assume that it is added by mistake and remove it.

0 commit comments

Comments
 (0)