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
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ Before joining the workshop or following the lesson, please complete the data an
10
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
-
Unzip the downloaded file, and save the contents as a folder called `data` somewhere you will easily find it again,
13
+
Unzip the downloaded file, and save the contents as a folder called `data` somewhere you will easily find it again,
14
14
e.g. your Desktop or a folder you have created for using in this workshop.
15
15
(The name `data` is optional but recommended, as this is the name we will use to refer to the folder throughout the lesson.)
16
16
17
17
## Software
18
18
19
-
1. Download and install the latest [MiniForge distribution of Python](https://conda-forge.org/download/) for your operating system.
19
+
1. Download and install the latest [Miniforge distribution of Python](https://conda-forge.org/download/) for your operating system.
20
20
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).
21
21
The next step assumes that `conda` is available to manage your Python environment.
22
-
2.Setup an environment to work in during the lesson.
22
+
2.Set up an environment to work in during the lesson.
23
23
In a terminal (Linux/Mac) or the MiniForge Prompt application (Windows), navigate to the location where you saved the unzipped data for the lesson and run the following command:
24
24
25
25
```bash
@@ -74,7 +74,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
74
74
75
75
## Instructions for Windows
76
76
77
-
Launch the MiniForge Prompt program and type `jupyter lab`.
77
+
Launch the Miniforge Prompt program and type `jupyter lab`.
78
78
(Running this command on the standard Command Prompt will return an error:
79
79
`'jupyter' is not recognized as an internal or external command, operable program or batch file.`)
0 commit comments