Files
deb-python-pysaml2/doc/install.rst
2013-01-20 10:27:30 +01:00

693 B

Quick install guide

Before you can use SAML2test, you'll need to get it installed. This guide will guide you to a simple, minimal installation.

Install SAML2test

For all this to work you need to have Python installed. The development has been done using 2.7.2. There is no 3.X version yet.

Prerequisites

The big dependency is on pysaml2, which you for the time being must get from github:

$ git clone https://github.com/rohe/pysaml2.git

Quick build instructions

Once you have installed all the necessary prerequisites a simple:

python setup.py install

will install the basic code.