diff --git a/CITATION.cff b/CITATION.cff index 58814ba5..06b6612c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,10 +4,21 @@ cff-version: "1.1.0" title: "PyStemmusScope" authors: - + affiliation: "Netherlands eScience Center" family-names: Alidoost given-names: Sarah orcid: "https://orcid.org/0000-0000-0000-0000" -date-released: 20??-MM-DD + - + affiliation: "Netherlands eScience Center" + family-names: Schilperoort + given-names: Bart + orcid: "https://orcid.org/0000-0003-4487-9822" + - + affiliation: "Netherlands eScience Center" + family-names: Liu + given-names: Yang + orcid: "https://orcid.org/0000-0002-1966-8460" +date-released: 2022-11-24 doi: version: "0.1.1" repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing" diff --git a/README.md b/README.md index a173aed9..f0998ebd 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,7 @@ Run the commands below in a terminal (On Windows, use `python` instead of `python3`): ```sh -# will be replaced by `pip install pystemmusscope` -python3 -m pip install git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main +python3 -m pip install pystemmusscope ``` or @@ -84,7 +83,7 @@ or Open a jupyter notebook and run the code below in a cell: ```python -!pip install git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main +!pip install pystemmusscope ``` ### Install jupyterlab