From f57464dccfb91e7b13ac712eaea46a767af1321e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mallas=C3=A9n=20Quintana?= Date: Fri, 24 Jan 2025 18:51:18 +0100 Subject: [PATCH] Clarify conda python 3.8 installation (#625) --- docs/source/GettingStarted/Setup.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/GettingStarted/Setup.md b/docs/source/GettingStarted/Setup.md index 8984cf32d..979279fe4 100644 --- a/docs/source/GettingStarted/Setup.md +++ b/docs/source/GettingStarted/Setup.md @@ -50,8 +50,7 @@ Choose between `2.a` or `2.b` to setup your enviroment. #### 2.a Miniconda -Install [Miniconda](https://docs.conda.io/en/latest/miniconda.html#linux-installers) python 3.8 version as described in the link, -and create the Conda enviroment: +Install [Miniconda](https://docs.anaconda.com/miniconda/install/#quick-command-line-install) python 3.8 version by downloading an older version and selecting the latest `py38` version [here](https://repo.anaconda.com/miniconda/). Then, create the Conda enviroment: ```bash make conda