Skip to content

Commit 9c530d5

Browse files
Rémi KazeroniSarahAlidoost
andauthored
Update _episodes/07-development-setup.md
Co-authored-by: SarahAlidoost <[email protected]>
1 parent b2625bf commit 9c530d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/07-development-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ we should choose another name for the new environment in this lesson by:
137137
~~~bash
138138
mamba env create --name a_new_name --file environment.yml
139139
~~~
140-
This will create a new conda environment and install ESMValTool into it with a
140+
This will create a new conda environment and install ESMValTool (with all dependencies that are needed for development purposes) into it with a
141141
single command.
142142

143143
For more information see [conda managing environments][manage-environments].

0 commit comments

Comments
 (0)