File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,14 @@ e.g. your Desktop or a folder you have created for using in this workshop.
16
16
17
17
## Software
18
18
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.
24
22
You can upgrade to the latest scikit-image using the shell command that follows.
25
23
26
24
::::::::::::::::::::::::::::::::::::::::: callout
27
25
28
- ## Updating scikit-image in an existing Anaconda distribution
26
+ ## Updating scikit-image in an existing MiniForge distribution
29
27
30
28
``` shell
31
29
conda upgrade -y scikit-image
@@ -83,7 +81,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
83
81
84
82
## Instructions for Windows
85
83
86
- Launch the Anaconda Prompt program and type ` jupyter lab ` .
84
+ Launch the MiniForge Prompt program and type ` jupyter lab ` .
87
85
(Running this command on the standard Command Prompt will return an error:
88
86
` 'conda' is not recognized as an internal or external command, operable program or batch file. ` )
89
87
You can’t perform that action at this time.
0 commit comments