33
44
55[ ![ github repo badge] ( https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue )] ( https://github.com/EcoExtreML/stemmus_scope_processing )
6+ [ ![ PyPI version] ( https://badge.fury.io/py/PyStemmusScope.svg )] ( https://badge.fury.io/py/PyStemmusScope )
67[ ![ build] ( https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/build.yml/badge.svg )] ( https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/build.yml )
8+ [ ![ Documentation Status] ( https://readthedocs.org/projects/pystemmusscope/badge/?version=latest )] ( https://pystemmusscope.readthedocs.io/en/latest/?badge=latest )
79[ ![ fair-software badge] ( https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow )] ( https://fair-software.eu )
810[ ![ sonarcloud] ( https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml/badge.svg )] ( https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml )
911[ ![ github license badge] ( https://img.shields.io/github/license/EcoExtreML/stemmus_scope_processing )] ( https://github.com/EcoExtreML/stemmus_scope_processing )
10- [ ![ Documentation Status] ( https://readthedocs.org/projects/pystemmusscope/badge/?version=latest )] ( https://pystemmusscope.readthedocs.io/en/latest/?badge=latest )
1112
1213<!-- [](https://www.research-software.nl/software/pystemmusscope)
1314[](https://pypi.python.org/project/pystemmusscope/)
@@ -60,7 +61,7 @@ conda environment before submitting the the bash script. See
6061### On CRIB
6162
6263[ CRIB] ( https://crib.utwente.nl/ ) is the ITC Geospatial Computing Platform. You
63- can run the model using ` Matlab ` or ` Octave ` . Currently, running the
64+ can run the model using ` Matlab ` or ` Octave ` . Currently, running the
6465exceutable file on CRIB is not supported because MATLAB Runtime can not be
6566installed there. See [ Install PyStemmusScope] ( #install-pystemmusscope ) .
6667
@@ -74,16 +75,15 @@ Run the commands below in a terminal (On Windows, use `python` instead of
7475` python3 ` ):
7576
7677``` sh
77- # will be replaced by `pip install pystemmusscope`
78- python3 -m pip install git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main
78+ python3 -m pip install pystemmusscope
7979```
8080
8181or
8282
8383Open a jupyter notebook and run the code below in a cell:
8484
8585``` python
86- ! pip install git + https: // github.com / EcoExtreML / STEMMUS_SCOPE_Processing .git @ main
86+ ! pip install pystemmusscope
8787```
8888
8989### Install jupyterlab
0 commit comments