Skip to content

Commit 9eb9a7a

Browse files
authored
Merge pull request carpentries-incubator#164 from esciencecenter-digital-skills/fix-link
Fix link to environment file
2 parents 36768d9 + 6224821 commit 9eb9a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learners/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ command in your terminal (use the **Anaconda prompt** on **Windows**).
122122
3. Create the Python environment for the workshop by running:
123123

124124
```bash
125-
mamba env create -n geospatial -f https://carpentries-incubator.github.io/geospatial-python/files/environment.yaml
125+
mamba env create -n geospatial -f https://raw.githubusercontent.com/carpentries-incubator/geospatial-python/main/files/environment.yaml
126126
```
127127

128128
Note that this step can take several minutes.

0 commit comments

Comments
 (0)