We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2625bf commit 9c530d5Copy full SHA for 9c530d5
_episodes/07-development-setup.md
@@ -137,7 +137,7 @@ we should choose another name for the new environment in this lesson by:
137
~~~bash
138
mamba env create --name a_new_name --file environment.yml
139
~~~
140
-This will create a new conda environment and install ESMValTool into it with a
+This will create a new conda environment and install ESMValTool (with all dependencies that are needed for development purposes) into it with a
141
single command.
142
143
For more information see [conda managing environments][manage-environments].
0 commit comments