We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 628179b + 2fba76e commit dcb33beCopy full SHA for dcb33be
1 file changed
learners/setup.md
@@ -11,7 +11,10 @@ and instructions on how to obtain them are provided below.
11
## Install Python
12
13
In this lesson, we will be using Python 3 with some of its most popular scientific libraries.
14
-One can install a plain-vanilla Python and all required libraries by hand.
+One can install a plain-vanilla Python and all required libraries by hand. If you've followed
15
+the [Carpentry workshop installation instructions](https://carpentries.github.io/workshop-template/install_instructions/#python-1)
16
+you will have installed miniforge and the required libraries in an environment called `carpentries`.
17
+Before starting you'll want to type `conda activate carpentries` in order to activate that environment.
18
19
## Obtain lesson materials
20
0 commit comments