Skip to content

Commit 0db7356

Browse files
committed
fixing instructions for downloading environment file
1 parent 851a1a0 commit 0db7356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/install_instructions/python.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h3>Python</h3>
6060
and need to update miniconda for miniforge
6161
Also, the https://pypi.org/project/start-jupyter-cm/ could be helpful.
6262
{% endcomment %}
63-
<li>Download the <a href="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.<br>
63+
<li>Download the <a href="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a> by right clicking on the link and selecting "Save link as...". Save the file to your Downloads folder.<br>
6464
(The following steps requires using the shell. If you aren't
6565
comfortable doing the installation yourself
6666
stop here and request help at the workshop.)
@@ -100,7 +100,7 @@ <h3>Python</h3>
100100
to prepend Miniforge to your <code>PATH</code>
101101
(this makes the Miniforge distribution the default Python).
102102
</li>
103-
<li>Download the <a href="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.</li>
103+
<li>Download the <a href="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a> by right clicking on the link and selecting "Save link as...". Save the file to your Downloads folder.</li>
104104
<li>On the terminal run: <code>conda env create -f ~/Downloads/carpentries_environment.yml</code></li>
105105
<li>
106106
Close the terminal window.
@@ -138,7 +138,7 @@ <h3>Python</h3>
138138
to prepend Miniforge to your <code>PATH</code>
139139
(this makes the Miniforge distribution the default Python).
140140
</li>
141-
<li>Download the <a href="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.</li>
141+
<li>Download the <a href="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a> by right clicking on the link and selecting "Save link as...". Save the file to your Downloads folder.</li>
142142
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f ~/Downloads/carpentries_environment.yml</code></li>
143143
<li>
144144
Close the terminal window.

0 commit comments

Comments
 (0)