Skip to content

Commit 823ca24

Browse files
committed
fix the links of the environment files in wget
1 parent 64e4fab commit 823ca24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ bash Mambaforge-pypy3-Linux-x86_64.sh -b -p ~/mamba
9393
mamba update --name base mamba
9494

9595
# Download environment file
96-
wget https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/environment.yml
96+
wget https://raw.githubusercontent.com/EcoExtreML/STEMMUS_SCOPE_Processing/main/environment.yml
9797

9898
# Create a conda environment called 'pystemmusscope' with all required dependencies
9999
mamba env create -f environment.yml
@@ -128,7 +128,7 @@ MATLAB `2021a` is installed on CRIB, and supports Python `3.8`, see [Versions of
128128
mamba update --name base mamba
129129

130130
# Download environment file
131-
wget https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/environment_3.8.yml
131+
wget https://raw.githubusercontent.com/EcoExtreML/STEMMUS_SCOPE_Processing/main/environment_3.8.yml
132132

133133
# Create a conda environment called 'pystemmusscope' with all required dependencies
134134
mamba env create -f environment_3.8.yml

0 commit comments

Comments
 (0)