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 9c530d5 commit 5785b12Copy full SHA for 5785b12
_episodes/07-development-setup.md
@@ -137,8 +137,8 @@ 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 (with all dependencies that are needed for development purposes) into it with a
141
-single command.
+This will create a new conda environment and install ESMValTool (with all
+dependencies that are needed for development purposes) into it with a single command.
142
143
For more information see [conda managing environments][manage-environments].
144
0 commit comments