From 6224821e3b069874263b44385bdee4ded1a115de Mon Sep 17 00:00:00 2001 From: Francesco Nattino Date: Tue, 3 Oct 2023 14:53:47 +0200 Subject: [PATCH] fix link to environment file --- learners/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learners/setup.md b/learners/setup.md index add7b1c7..6858b442 100644 --- a/learners/setup.md +++ b/learners/setup.md @@ -122,7 +122,7 @@ command in your terminal (use the **Anaconda prompt** on **Windows**). 3. Create the Python environment for the workshop by running: ```bash - mamba env create -n geospatial -f https://carpentries-incubator.github.io/geospatial-python/files/environment.yaml + mamba env create -n geospatial -f https://raw.githubusercontent.com/carpentries-incubator/geospatial-python/main/files/environment.yaml ``` Note that this step can take several minutes.