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.
This commit is contained in:
Mitchel Humpherys 2018-05-08 09:06:58 -07:00 committed by David Lord
parent 939c77a39a
commit 725f391399
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
1 changed files with 2 additions and 0 deletions

View File

@ -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