From e2457e9275df621ad204b67bfc50656ad8aae28e Mon Sep 17 00:00:00 2001 From: niksirbi Date: Thu, 26 Sep 2024 16:31:11 +0100 Subject: [PATCH] fix broken conda install link --- docs/source/courses/image-analysis-python.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/courses/image-analysis-python.md b/docs/source/courses/image-analysis-python.md index ad8280b..e227bb8 100644 --- a/docs/source/courses/image-analysis-python.md +++ b/docs/source/courses/image-analysis-python.md @@ -25,8 +25,8 @@ If time allows, we will also look at using convolutional neural networks for tri ## In advance of the course ### Installing packages -Before attending the course, please -[install conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) +Before attending the course, please download and install conda from +[miniforge](https://github.com/conda-forge/miniforge) if you don't already have it installed, and then run the following to install all relevant packages: ```bash