Skip to content

Commit

Permalink
Merge pull request #37 from EcoExtreML/fix_links_doc
Browse files Browse the repository at this point in the history
Fix the link of contributing guides
  • Loading branch information
SarahAlidoost authored Aug 25, 2022
2 parents 9bffab2 + 823ca24 commit 3f0ec43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f0ec43

Please sign in to comment.