Skip to content

Commit

Permalink
Merge pull request #1025 from DevDengChao/patch-1
Browse files Browse the repository at this point in the history
Port installation guide from main to 2.x
  • Loading branch information
davidism authored Dec 24, 2021
2 parents df3caba + eb9a74f commit 00cc5d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ Flask-SQLAlchemy is fun to use, incredibly easy for basic applications, and
readily extends for larger applications. For the complete guide, checkout
the API documentation on the :class:`SQLAlchemy` class.

Installation
------------

Install and update using `pip <https://pip.pypa.io/en/stable/quickstart/>`_::

$ pip install -U Flask-SQLAlchemy

A Minimal Application
---------------------

Expand Down

0 comments on commit 00cc5d2

Please sign in to comment.