Skip to content

Commit

Permalink
Updated citation. Updated readme pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Nov 24, 2022
1 parent 5f86ac9 commit 23c01b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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: <insert your DOI here>
version: "0.1.1"
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,15 @@ 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

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
Expand Down

0 comments on commit 23c01b6

Please sign in to comment.