diff --git a/01-conda.md b/01-conda.md index cbd32b7..ec82bd9 100644 --- a/01-conda.md +++ b/01-conda.md @@ -54,7 +54,7 @@ a number of scientific Python "distributions" have been released over the years. These come with the most popular data science libraries and their dependencies pre-installed, and some also come with a package manager to assist with installing additional libraries that weren't pre-installed. -Today the most popular distribution for data science is [Anaconda](https://www.anaconda.com/distribution/), +Today the most popular distribution for data science is [Anaconda](https://docs.anaconda.com/anaconda/), which comes with a package (and environment) manager called [conda](https://conda.io/docs/). ## Introducing conda diff --git a/md5sum.txt b/md5sum.txt index ee682d5..990d353 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -5,7 +5,7 @@ "helper_lesson_check.md" "1d1b53176140a057b588969f9f60fa61" "site/built/helper_lesson_check.md" "2024-07-25" "index.md" "0e62af27fdd16f8c6f2c9e1fef67e750" "site/built/index.md" "2024-07-25" "paper.md" "32ace9442c642b5e25ce659e7ae9df72" "site/built/paper.md" "2024-07-25" -"episodes/01-conda.md" "a6686033d7b73c398bf6f559e29b0065" "site/built/01-conda.md" "2024-07-25" +"episodes/01-conda.md" "1c28888a3a9ca18e1eb64ce2dfcb94b9" "site/built/01-conda.md" "2024-07-25" "episodes/02-visualisation.md" "1e0da181aa29d53a614a7358d5379434" "site/built/02-visualisation.md" "2024-07-25" "episodes/03-functions.md" "5f76d28ee961529d9fdf812a01cc5e81" "site/built/03-functions.md" "2024-07-25" "episodes/04-cmdline.md" "ba7a163f8c93824a88a42045723108c6" "site/built/04-cmdline.md" "2024-07-25" @@ -17,5 +17,5 @@ "episodes/10-large-data.md" "909dba426cb9409b6124181662c31af4" "site/built/10-large-data.md" "2024-07-25" "instructors/instructor-notes.md" "858a8aea24f020d8732ac71b2601f2e6" "site/built/instructor-notes.md" "2024-07-25" "learners/reference.md" "4e0dcbc7892af6f9610d44d356e66617" "site/built/reference.md" "2024-07-25" -"learners/setup.md" "d86e41df032ef642f234e5014b28178a" "site/built/setup.md" "2024-07-25" +"learners/setup.md" "67749e8099ace68108310de95ec0a636" "site/built/setup.md" "2024-07-25" "profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2024-07-25" diff --git a/setup.md b/setup.md index 2e8283b..8d9da68 100644 --- a/setup.md +++ b/setup.md @@ -42,7 +42,7 @@ The Carpentries maintain a list of common issues on their :::::::::::::::::::::::::::::::::::::::::::::::::: Your workshop instructor may also ask that you install the python packages introduced in the -[first lesson](https://carpentries-lab.github.io/python-aos-lesson/01-conda/index.html) +[first lesson](https://carpentries-lab.github.io/python-aos-lesson/01-conda.html) ahead of time. You can do this via the command line or by using the Anaconda Navigator: