@@ -97,8 +97,8 @@ <h3>Python</h3>
97
97
for the files.
98
98
Type < code > yes</ code > and press
99
99
< 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).
102
102
</ li >
103
103
< li > Download the < a href ="./data/swc_environment.yml " download > environment file</ a > .</ li >
104
104
< li > On the terminal run: < code > conda env create -f ~/Downloads/swc_environment.yml</ code > </ li >
@@ -115,17 +115,12 @@ <h3>Python</h3>
115
115
comfortable doing the installation yourself
116
116
stop here and request help at the workshop.)
117
117
</ 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 >
123
118
< li >
124
119
Open a terminal window and navigate to the directory where
125
120
the executable is downloaded (e.g., `cd ~/Downloads`).
126
121
</ li >
127
122
< li >
128
- Type < pre > bash Anaconda3 -</ pre > and then press
123
+ Type < pre > bash Miniforge3 -</ pre > and then press
129
124
< kbd > Tab</ kbd > to autocomplete the full file name. The name of
130
125
file you just downloaded should appear.
131
126
</ li >
@@ -140,8 +135,8 @@ <h3>Python</h3>
140
135
for the files.
141
136
Type < code > yes</ code > and press
142
137
< 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).
145
140
</ li >
146
141
< li > Download the < a href ="./data/swc_environment.yml " download > environment file</ a > .</ li >
147
142
< 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