Skip to content

Commit dcb33be

Browse files
authored
Merge pull request #1108 from tmorrell/install
Add installation link back to the install section
2 parents 628179b + 2fba76e commit dcb33be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

learners/setup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ and instructions on how to obtain them are provided below.
1111
## Install Python
1212

1313
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.
14+
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.
1518

1619
## Obtain lesson materials
1720

0 commit comments

Comments
 (0)