Skip to content

Commit 23c01b6

Browse files
committed
Updated citation. Updated readme pip install
1 parent 5f86ac9 commit 23c01b6

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@ cff-version: "1.1.0"
44
title: "PyStemmusScope"
55
authors:
66
-
7+
affiliation: "Netherlands eScience Center"
78
family-names: Alidoost
89
given-names: Sarah
910
orcid: "https://orcid.org/0000-0000-0000-0000"
10-
date-released: 20??-MM-DD
11+
-
12+
affiliation: "Netherlands eScience Center"
13+
family-names: Schilperoort
14+
given-names: Bart
15+
orcid: "https://orcid.org/0000-0003-4487-9822"
16+
-
17+
affiliation: "Netherlands eScience Center"
18+
family-names: Liu
19+
given-names: Yang
20+
orcid: "https://orcid.org/0000-0002-1966-8460"
21+
date-released: 2022-11-24
1122
doi: <insert your DOI here>
1223
version: "0.1.1"
1324
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,15 @@ Run the commands below in a terminal (On Windows, use `python` instead of
7575
`python3`):
7676

7777
```sh
78-
# will be replaced by `pip install pystemmusscope`
79-
python3 -m pip install git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main
78+
python3 -m pip install pystemmusscope
8079
```
8180

8281
or
8382

8483
Open a jupyter notebook and run the code below in a cell:
8584

8685
```python
87-
!pip install git+https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing.git@main
86+
!pip install pystemmusscope
8887
```
8988

9089
### Install jupyterlab

0 commit comments

Comments
 (0)