Installation

Install Flask-SSO with pip

pip install flask-sso

The development version can be downloaded from its page at GitHub.

git clone https://github.com/inveniosoftware/flask-sso.git
cd flask-sso
python setup.py develop
source run-tests.sh

Requirements

Flask-SSO has the following dependencies:

Flask-SSO requires Python version 2.6, 2.7 or 3.3+

Table Of Contents

Related Topics

This Page