Skip to content

Commit 349df13

Browse files
authored
replace Anaconda with MiniForge
1 parent fbdb1fe commit 349df13

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

learners/setup.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ e.g. your Desktop or a folder you have created for using in this workshop.
1616

1717
## Software
1818

19-
1. Download and install the latest [Anaconda
20-
distribution](https://www.anaconda.com/download/) for your
21-
operating system. Make sure to choose the Python 3 version (as
22-
opposed to the one with Python 2). If you wish to use an existing
23-
installation, be sure to upgrade your scikit-image to at least 0.19.
19+
1. Download and install the latest [MiniForge distribution of Python](https://conda-forge.org/download/) for your operating system.
20+
Make sure to choose the Python 3 version (as opposed to the one with Python 2).
21+
If you wish to use an existing installation, be sure to upgrade your scikit-image to at least 0.19.
2422
You can upgrade to the latest scikit-image using the shell command that follows.
2523

2624
::::::::::::::::::::::::::::::::::::::::: callout
2725

28-
## Updating scikit-image in an existing Anaconda distribution
26+
## Updating scikit-image in an existing MiniForge distribution
2927

3028
```shell
3129
conda upgrade -y scikit-image
@@ -83,7 +81,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
8381

8482
## Instructions for Windows
8583

86-
Launch the Anaconda Prompt program and type `jupyter lab`.
84+
Launch the MiniForge Prompt program and type `jupyter lab`.
8785
(Running this command on the standard Command Prompt will return an error:
8886
`'conda' is not recognized as an internal or external command, operable program or batch file.`)
8987

0 commit comments

Comments
 (0)