Skip to content
Snippets Groups Projects
Commit 9db2cd7d authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Fixed small error on README-SPS-METADATA.md

parent bf601028
Branches
Tags
No related merge requests found
......@@ -36,8 +36,8 @@ The following instruction will help to install, configure and use PyFF for ECCS.
1) For Python 3.10:
* `vim $HOME/eccs/pyff-venv/lib/python3.10/site-packages/xmlsec/crypto.py`
"from collections import MutableMapping as DictMixin" have to be:
"from collections.abc import MutableMapping as DictMixin"
`from collections import MutableMapping as DictMixin` have to be:
`from collections.abc import MutableMapping as DictMixin`
2) Download eduGAIN metadata certificate:
* `cd $HOME/eccs/pyff-config`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment