From 725f391399ffd4a59512d3933a78ceac715ba1a1 Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Tue, 8 May 2018 09:06:58 -0700 Subject: [PATCH] docs: installation: Add link to Quickstart after install Once Flask is installed many users will want to proceed to the next section in the docs (Quickstart). Add a link to the end of the Install section for this. --- docs/installation.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 15b2f8f7..738eea74 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -142,6 +142,8 @@ update the code from the master branch: pip install -U https://github.com/pallets/flask/archive/master.tar.gz +Once you've installed Flask you can continue to :ref:`quickstart`. + .. _install-install-virtualenv: Install virtualenv