@@ -60,12 +60,12 @@ <h3>Python</h3>
60
60
and need to update miniconda for miniforge
61
61
Also, the https://pypi.org/project/start-jupyter-cm/ could be helpful.
62
62
{% endcomment %}
63
- < li > Download the < a href ="./data/swc_environment .yml " download > environment file</ a > .< br >
63
+ < li > Download the < a href ="./data/carpentries_environment .yml " download > environment file</ a > . Save the file to your Downloads folder .< br >
64
64
(The following steps requires using the shell. If you aren't
65
65
comfortable doing the installation yourself
66
66
stop here and request help at the workshop.)
67
67
</ li >
68
- < li > Search for the application "Miniforge Prompt", open it and run: < code > conda env create -f .\Downloads\swc_environment .yml</ code > </ li >
68
+ < li > Search for the application "Miniforge Prompt", open it and run: < code > conda env create -f .\Downloads\carpentries_environment .yml</ code > </ li >
69
69
< li > Close the terminal window.</ li >
70
70
</ ol >
71
71
</ article >
@@ -100,8 +100,8 @@ <h3>Python</h3>
100
100
to prepend Miniforge to your < code > PATH</ code >
101
101
(this makes the Miniforge distribution the default Python).
102
102
</ li >
103
- < li > Download the < a href ="./data/swc_environment .yml " download > environment file</ a > .</ li >
104
- < li > On the terminal run: < code > conda env create -f ~/Downloads/swc_environment .yml</ code > </ li >
103
+ < li > Download the < a href ="./data/carpentries_environment .yml " download > environment file</ a > . Save the file to your Downloads folder .</ li >
104
+ < li > On the terminal run: < code > conda env create -f ~/Downloads/carpentries_environment .yml</ code > </ li >
105
105
< li >
106
106
Close the terminal window.
107
107
</ li >
@@ -138,8 +138,8 @@ <h3>Python</h3>
138
138
to prepend Miniforge to your < code > PATH</ code >
139
139
(this makes the Miniforge distribution the default Python).
140
140
</ li >
141
- < li > Download the < a href ="./data/swc_environment .yml " download > environment file</ a > .</ li >
142
- < li > Search for the application "Miniforge Prompt", open it and run: < code > conda env create -f ~/Downloads/swc_environment .yml</ code > </ li >
141
+ < li > Download the < a href ="./data/carpentries_environment .yml " download > environment file</ a > . Save the file to your Downloads folder .</ li >
142
+ < li > Search for the application "Miniforge Prompt", open it and run: < code > conda env create -f ~/Downloads/carpentries_environment .yml</ code > </ li >
143
143
< li >
144
144
Close the terminal window.
145
145
</ li >
0 commit comments