Installation

Use pip to install Flask-Dance. To use basic functionality, run this:

$ pip install Flask-Dance

To also use the SQLAlchemy backend, specify the sqla extra, like this:

$ pip install Flask-Dance[sqla]

Library development

Use tox to execute unit tests on multiple python versions. You can also use tox to build the documentation.