From eb9a74f6eef968ff031baf340d2c8b63ddd242cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E8=B6=85?= <2325690622@qq.com> Date: Fri, 24 Dec 2021 11:23:48 +0800 Subject: [PATCH] Port installation guide from main to 2.x --- docs/quickstart.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index b3262950..5277bdcb 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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 `_:: + + $ pip install -U Flask-SQLAlchemy + A Minimal Application ---------------------