Skip to content

Commit

Permalink
fix: applied PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Zicchio committed Aug 6, 2024
1 parent ad1008e commit af64492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-Python-Dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ The instructions below are intended to be a suggestion or a guideline rather tha

## Step 0: Identify which Python dependency requires development

We will assume that the developer want to develop a modified version of the library [eudi-wallet-it-python](https://github.com/italia/eudi-wallet-it-python) which is a dependency of the container `satosa-saml2spid`.
We assume that the developer needs to develop a modified version of the library [eudi-wallet-it-python](https://github.com/italia/eudi-wallet-it-python) which is a dependency of the container `satosa-saml2spid`.
A local copy of the library is required.
We will assume that the project eudi-wallet-it-python has been cloned in the folder `/home/username/my/development/folder/eudi-wallet-it-python/pyeudiw`. The path prefix `/home/username/my/development/folder/` is an example and should be replaced here with the location of your own development package.
We assume that the project eudi-wallet-it-python has been cloned in the folder `/home/username/my/development/folder/eudi-wallet-it-python/pyeudiw`. The path prefix `/home/username/my/development/folder/` is an example and should be replaced here with the location of your own development package.

## Step 1: Set environment variable

Expand Down

0 comments on commit af64492

Please sign in to comment.