From 64e4fab583be78ae2333e0b18f269e18681e3746 Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Thu, 25 Aug 2022 10:08:57 +0200 Subject: [PATCH 1/2] fix the link of contributing guides --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de08d33c..18095458 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ on CRIB is not supported because MATLAB Runtime can not be installed there. ## Developers If you want to contribute to the development of PyStemmusScope, -have a look at the [contribution guidelines](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/CONTRIBUTING.md). +have a look at the [contribution guidelines](https://pystemmusscope.readthedocs.io/en/latest/contributing_link.html). ## Credits From 823ca2474846d74cbcc1e169ab493241d42cb9f7 Mon Sep 17 00:00:00 2001 From: SarahAlidoost Date: Thu, 25 Aug 2022 10:17:03 +0200 Subject: [PATCH 2/2] fix the links of the environment files in wget --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eb344257..878f5dbe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,7 @@ bash Mambaforge-pypy3-Linux-x86_64.sh -b -p ~/mamba mamba update --name base mamba # Download environment file -wget https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/environment.yml +wget https://raw.githubusercontent.com/EcoExtreML/STEMMUS_SCOPE_Processing/main/environment.yml # Create a conda environment called 'pystemmusscope' with all required dependencies mamba env create -f environment.yml @@ -128,7 +128,7 @@ MATLAB `2021a` is installed on CRIB, and supports Python `3.8`, see [Versions of mamba update --name base mamba # Download environment file - wget https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/environment_3.8.yml + wget https://raw.githubusercontent.com/EcoExtreML/STEMMUS_SCOPE_Processing/main/environment_3.8.yml # Create a conda environment called 'pystemmusscope' with all required dependencies mamba env create -f environment_3.8.yml