Skip to content

Commit fce02ce

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : dcb33be Branch : main Author : Toan Phung <[email protected]> Time : 2025-10-22 17:02:25 +0000 Message : Merge pull request #1108 from tmorrell/install Add installation link back to the install section
1 parent 0b1c079 commit fce02ce

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"instructors/instructor-notes.md" "a492a732a51a4f3601b440636aa569f5" "site/built/instructor-notes.md" "2023-04-21"
2121
"learners/discuss.md" "0472061d33c7331f16f8e8aeb1ba72cd" "site/built/discuss.md" "2023-04-21"
2222
"learners/reference.md" "2ba17bebfebeb00ebe6aed6a384006f4" "site/built/reference.md" "2025-05-07"
23-
"learners/setup.md" "ece13107c5c1890b54d5ca5eeabfa3d8" "site/built/setup.md" "2025-08-14"
23+
"learners/setup.md" "fddd90282c9c7ba596e22d56d4888fa1" "site/built/setup.md" "2025-10-22"
2424
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-04-21"

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)