You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file by right-clicking the link and selecting save as.
176
+
In the directory where you downloaded the environment.yml file run:
177
+
178
+
~~~
179
+
conda env create -f environment.yml
180
+
~~~
181
+
{: .language-bash}
182
+
183
+
Activate the new environment with:
184
+
~~~
185
+
conda activate python-ecology-lesson
186
+
~~~
187
+
{: .language-bash}
188
+
189
+
For more information on environment files, see the conda documentation for
190
+
[creating an environment from an environment.yml file](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file).
0 commit comments