Skip to content

Commit 335dcf8

Browse files
committed
clarify the section navigation in installation
1 parent 725f391 commit 335dcf8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/installation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ Within the activated environment, use the following command to install Flask:
132132
133133
pip install Flask
134134
135+
Flask is now installed. Check out the :doc:`/quickstart` or go to the
136+
:doc:`Documentation Overview </index>`.
137+
135138
Living on the edge
136139
~~~~~~~~~~~~~~~~~~
137140

@@ -142,8 +145,6 @@ update the code from the master branch:
142145
143146
pip install -U https://github.com/pallets/flask/archive/master.tar.gz
144147
145-
Once you've installed Flask you can continue to :ref:`quickstart`.
146-
147148
.. _install-install-virtualenv:
148149

149150
Install virtualenv
@@ -179,7 +180,7 @@ On Windows, as an administrator:
179180
\Python27\python.exe Downloads\get-pip.py
180181
\Python27\python.exe -m pip install virtualenv
181182
182-
Now you can continue to :ref:`install-create-env`.
183+
Now you can return above and :ref:`install-create-env`.
183184

184185
.. _virtualenv: https://virtualenv.pypa.io/
185186
.. _get-pip.py: https://bootstrap.pypa.io/get-pip.py

0 commit comments

Comments
 (0)