Skip to content

Commit d9e8b31

Browse files
committed
addressing the comments on additions to setup.md
1 parent 0c7904e commit d9e8b31

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

setup.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ conda install -c conda-forge plotnine
169169
~~~
170170
{: .language-bash}
171171
172-
### _(Optional)_ Installing with environment file
172+
### _(Alternative)_ Installing required packages with environment file
173173
Download the
174174
[environment.yml](https://raw.githubusercontent.com/datacarpentry/python-ecology-lesson/gh-pages/environment.yml)
175175
file by right-clicking the link and selecting save as.
@@ -186,8 +186,10 @@ conda activate python-ecology-lesson
186186
~~~
187187
{: .language-bash}
188188
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).
189+
You can deactivate the environment with:
190+
~~~
191+
conda deactivate
192+
~~~
191193
192194
## Launch a Jupyter notebook
193195

0 commit comments

Comments
 (0)