Skip to content

Commit

Permalink
Added package install in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arbroen committed Dec 19, 2023
1 parent 8c91c08 commit 044d2b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ All of these are required to encrypt and decrypt communication between different
iSHARE services. For more detailed information refer to the `private key jwt` json web
token flow [here](https://oauth.net/private-key-jwt/).

### Installation
Install this package using `pip`;

```shell
pip install python-ishare
```

or using poetry;

```shell
poetry add python-ishare
```

### The three-step methodology

1. Create a json web token per iSHARE [specification](https://dev.ishare.eu/introduction/jwt.html)).
Expand Down

0 comments on commit 044d2b0

Please sign in to comment.