We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36768d9 + 6224821 commit 9eb9a7aCopy full SHA for 9eb9a7a
learners/setup.md
@@ -122,7 +122,7 @@ command in your terminal (use the **Anaconda prompt** on **Windows**).
122
3. Create the Python environment for the workshop by running:
123
124
```bash
125
- 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
126
```
127
128
Note that this step can take several minutes.
0 commit comments