Browse Source

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.
pull/2764/head
Mitchel Humpherys 6 years ago committed by David Lord
parent
commit
725f391399
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
  1. 2
      docs/installation.rst

2
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 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-install-virtualenv:
Install virtualenv Install virtualenv

Loading…
Cancel
Save