mirror of https://github.com/pallets/flask.git
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:
parent
939c77a39a
commit
725f391399
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue