Skip to content

Commit b431eaf

Browse files
committed
Removes anaconda missing bits
1 parent 3b39189 commit b431eaf

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

_includes/install_instructions/python.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ <h3>Python</h3>
9797
for the files.
9898
Type <code>yes</code> and press
9999
<kbd>Enter</kbd> (or <kbd>Return</kbd>)
100-
to prepend Anaconda to your <code>PATH</code>
101-
(this makes the Anaconda distribution the default Python).
100+
to prepend Miniforge to your <code>PATH</code>
101+
(this makes the Miniforge distribution the default Python).
102102
</li>
103103
<li>Download the <a href="./data/swc_environment.yml" download>environment file</a>.</li>
104104
<li>On the terminal run: <code>conda env create -f ~/Downloads/swc_environment.yml</code></li>
@@ -115,17 +115,12 @@ <h3>Python</h3>
115115
comfortable doing the installation yourself
116116
stop here and request help at the workshop.)
117117
</li>
118-
<li>Download the Anaconda Installer with Python 3 for Linux.<br>
119-
(The installation requires using the shell. If you aren't
120-
comfortable doing the installation yourself
121-
stop here and request help at the workshop.)
122-
</li>
123118
<li>
124119
Open a terminal window and navigate to the directory where
125120
the executable is downloaded (e.g., `cd ~/Downloads`).
126121
</li>
127122
<li>
128-
Type <pre>bash Anaconda3-</pre> and then press
123+
Type <pre>bash Miniforge3-</pre> and then press
129124
<kbd>Tab</kbd> to autocomplete the full file name. The name of
130125
file you just downloaded should appear.
131126
</li>
@@ -140,8 +135,8 @@ <h3>Python</h3>
140135
for the files.
141136
Type <code>yes</code> and press
142137
<kbd>Enter</kbd> (or <kbd>Return</kbd>)
143-
to prepend Anaconda to your <code>PATH</code>
144-
(this makes the Anaconda distribution the default Python).
138+
to prepend Miniforge to your <code>PATH</code>
139+
(this makes the Miniforge distribution the default Python).
145140
</li>
146141
<li>Download the <a href="./data/swc_environment.yml" download>environment file</a>.</li>
147142
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f ~/Downloads/swc_environment.yml</code></li>

0 commit comments

Comments
 (0)