InstallationΒΆ

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

$ pip install Flask-Dance

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

$ pip install Flask-Dance[sqla]