Installation

Dependencies

Dependencies that must be meet to use the application:

  • OpenId support depends on python-openid
  • OAuth support depends on python-oauth2 (despite the name, this is just for OAuth1)
  • Several backends demands application registration on their corresponding sites and other dependencies like sqlalchemy on Flask and Webpy.

Get a copy

From pypi:

$ pip install python-social-auth

Or:

$ easy_install python-social-auth

Or clone from github:

$ git clone git://github.com/omab/python-social-auth.git

And add social to PYTHONPATH:

$ export PYTHONPATH=$PYTHONPATH:$(pwd)/python-social-auth/

Or:

$ cd python-social-auth
$ sudo python setup.py install

Table Of Contents

Previous topic

Introduction

Next topic

Configuration

This Page