File: install.rst

package info (click to toggle)
flask-dance 7.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 932 kB
  • sloc: python: 6,342; makefile: 162
file content (17 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Installation
============

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

.. code-block:: bash

    $ pip install Flask-Dance

To also use the :ref:`SQLAlchemy storage <sqlalchemy-storage>`, specify the
``sqla`` extra, like this:

.. code-block:: bash

    $ pip install Flask-Dance[sqla]

.. _pip: https://pip.pypa.io