Skip to content

Commit b5a9c46

Browse files
committed
Add DOI shield and update README.md
1 parent feafd73 commit b5a9c46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
environment:
4848
name: pypi
49-
url: https://pypi.org/p/django-datacite
49+
url: https://pypi.org/p/isimip-client
5050

5151
permissions:
5252
id-token: write

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ isimip-client
44
[![Latest release](https://img.shields.io/pypi/v/isimip-client.svg?style=flat)](https://pypi.python.org/pypi/isimip-client/)
55
[![Python Version](https://img.shields.io/badge/python->=3.8-blue)](https://www.python.org/)
66
[![License](https://img.shields.io/github/license/ISI-MIP/isimip-client?style=flat)](https://github.com/rdmorganiser/isimip-client/blob/main/LICENSE)
7+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18460227.svg)](https://doi.org/10.5281/zenodo.18460227)
78

89
A *thin* client library to use the API of the [ISIMIP repository](https://data.isimip.org) using Python.
910

1011
Setup
1112
-----
1213

13-
The library is written in Python (> 3.9) uses only dependencies, which can be installed without administrator priviledges. The installation of Python (and its developing packages), however differs from operating system to operating system. The installation of Python 3 for different plattforms is documented [here](https://github.com/ISI-MIP/isimip-utils/blob/master/docs/prerequisites.md).
14+
The library is written in Python (> 3.8) uses only dependencies, which can be installed without administrator priviledges. The installation of Python (and its developing packages), however differs from operating system to operating system. The installation of Python 3 for different plattforms is documented [here](https://github.com/ISI-MIP/isimip-utils/blob/master/docs/prerequisites.md).
1415

1516
The library can be installed via pip. Usually you want to create a [virtual environment](https://docs.python.org/3/library/venv.html) first, but this is optional:
1617

0 commit comments

Comments
 (0)