Skip to content

Commit 00cc5d2

Browse files
authored
Merge pull request #1025 from DevDengChao/patch-1
Port installation guide from main to 2.x
2 parents df3caba + eb9a74f commit 00cc5d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/quickstart.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Flask-SQLAlchemy is fun to use, incredibly easy for basic applications, and
99
readily extends for larger applications. For the complete guide, checkout
1010
the API documentation on the :class:`SQLAlchemy` class.
1111

12+
Installation
13+
------------
14+
15+
Install and update using `pip <https://pip.pypa.io/en/stable/quickstart/>`_::
16+
17+
$ pip install -U Flask-SQLAlchemy
18+
1219
A Minimal Application
1320
---------------------
1421

0 commit comments

Comments
 (0)