Skip to content

Commit 8ae1687

Browse files
committed
Update install info and requirements
1 parent ce2a152 commit 8ae1687

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,9 @@ cd example/
5555
virtualenv -ppython3 env
5656
source env/bin/activate
5757
58-
pip install --no-deps djangosaml2-spid
5958
pip install djangosaml2-spid
6059
````
6160

62-
⚠️ Why `pip install` have beed executed twice? spid-django needs a fork of PySAML2 that's not distribuited though pypi.
63-
This way to install it prevents the following error:
64-
65-
````
66-
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
67-
djangosaml2-spid depends on pysaml2@ git+https://github.com/peppelinux/[email protected]#pysaml2
68-
````
69-
7061
Your example saml2 configuration is in `spid_config/spid_settings.py`.
7162
See djangosaml2 and pysaml2 official docs for clarifications.
7263

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
django>=2.2.24,<4.0
22

33
# hint before: pip install -U setuptools
4-
# pysaml2 @ git+https://github.com/peppelinux/[email protected]#pysaml2
54
cffi
65

76
# django saml2 SP

0 commit comments

Comments
 (0)