diff --git a/README.md b/README.md index 8bbde19..ee46819 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

- SD-JWT Playground + SD-JWT

-SD-JWT Issuer-Holder-Verifier scenarios (Developed part of EWC) +SD-JWT Issuer-Holder-Verifier scenarios (Developed as part of EWC)

@@ -27,6 +27,14 @@ This repository will host shareable SW code for contributions to [EWC consortium Ongoing work during 2023-2024 +## Installation + +sdjwt can be installed (preferably in a `virtualenv`) using `poetry` as follows: + +```bash + $ poetry add git+ssh://git@github.com:decentralised-dataexchange/sdjwt.git@2024.5.1 +``` + ## Instructions to run 1. Clone this repository