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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
21
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
22
The next step assumes that `conda` is available to manage your Python environment.
23
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:
24
+
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:
25
25
26
26
```bash
27
27
conda env create -f environment.yml
@@ -77,7 +77,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
77
77
78
78
Launch the MiniForge Prompt program and type `jupyter lab`.
79
79
(Running this command on the standard Command Prompt will return an error:
80
-
`'conda' is not recognized as an internal or external command, operable program or batch file.`)
80
+
`'jupyter' is not recognized as an internal or external command, operable program or batch file.`)
0 commit comments