You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learners/setup.md
+11-17Lines changed: 11 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Before joining the workshop or following the lesson, please complete the data an
7
7
8
8
## Data
9
9
10
-
The example images used in this lesson are available on [FigShare](https://figshare.com/).
10
+
The example images and a description of the Python environment used in this lesson are available on [FigShare](https://figshare.com/).
11
11
To download the data, please visit [the dataset page for this workshop][figshare-data]
12
12
and click the "Download all" button.
13
13
Unzip the downloaded file, and save the contents as a folder called `data` somewhere you will easily find it again,
@@ -18,26 +18,20 @@ e.g. your Desktop or a folder you have created for using in this workshop.
18
18
19
19
1. Download and install the latest [MiniForge distribution of Python](https://conda-forge.org/download/) for your operating system.
20
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.
22
-
You can upgrade to the latest scikit-image using the shell command that follows.
21
+
If you already have a Python 3 setup that you are happy with, you can continue to use that (we recommend that you make sure your Python version is current).
22
+
The next step assumes that `conda` is available to manage your Python environment.
23
+
2. Setup an environment to work in during the lesson.
24
+
In a terminal or the MiniForge Prompt application, navigate to the location where you saved the unzipped data for the lesson and run the following command:
23
25
24
-
::::::::::::::::::::::::::::::::::::::::: callout
25
-
26
-
## Updating scikit-image in an existing MiniForge distribution
0 commit comments