clarify the section navigation in installation

This commit is contained in:
David Lord 2018-05-08 20:10:27 -07:00
parent 725f391399
commit 335dcf8ec4
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
1 changed files with 4 additions and 3 deletions

View File

@ -132,6 +132,9 @@ Within the activated environment, use the following command to install Flask:
pip install Flask
Flask is now installed. Check out the :doc:`/quickstart` or go to the
:doc:`Documentation Overview </index>`.
Living on the edge
~~~~~~~~~~~~~~~~~~
@ -142,8 +145,6 @@ 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
@ -179,7 +180,7 @@ On Windows, as an administrator:
\Python27\python.exe Downloads\get-pip.py
\Python27\python.exe -m pip install virtualenv
Now you can continue to :ref:`install-create-env`.
Now you can return above and :ref:`install-create-env`.
.. _virtualenv: https://virtualenv.pypa.io/
.. _get-pip.py: https://bootstrap.pypa.io/get-pip.py