Updated docs
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
Quick install guide
|
Quick install guide
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Before you can use Pysaml2, you'll need to get it installed. This guide
|
Before you can use PySAML2, you'll need to get it installed. This guide
|
||||||
will guide you to a simple, minimal installation.
|
will guide you to a simple, minimal installation.
|
||||||
|
|
||||||
Install Pysaml2
|
Install PySAML2
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
For all this to work you need to have Python installed.
|
For all this to work you need to have Python installed.
|
||||||
@@ -25,6 +25,14 @@ You also need xmlsec which you can download from http://www.aleksey.com/xmlsec/
|
|||||||
|
|
||||||
If you're on OS X you can get xmlsec installed from MacPorts or Fink.
|
If you're on OS X you can get xmlsec installed from MacPorts or Fink.
|
||||||
|
|
||||||
|
Depending on how you are going to use PySAML2 you might also need
|
||||||
|
|
||||||
|
* Mako
|
||||||
|
* pyASN1
|
||||||
|
* repoze.who (make sure you get 1.0.16 and not 2.0)
|
||||||
|
* decorator
|
||||||
|
* python-memcache
|
||||||
|
* memcached
|
||||||
|
|
||||||
Quick build instructions
|
Quick build instructions
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
@@ -41,6 +49,6 @@ The tests are based on the pypy test environment, so::
|
|||||||
cd tests
|
cd tests
|
||||||
py.test
|
py.test
|
||||||
|
|
||||||
is what you should use. If you don't have py.test, get it !
|
is what you should use. If you don't have py.test, get it it's part of pypy!
|
||||||
It's really good !
|
It's really good !
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user