Browse Source

Update documentation for upgrading Flask using 'pip' command (#1918)

pull/1927/head
Ameya Pandilwar 9 years ago committed by Jeff Widman
parent
commit
663d786f68
  1. 6
      docs/upgrading.rst

6
docs/upgrading.rst

@ -14,10 +14,10 @@ This section of the documentation enumerates all the changes in Flask from
release to release and how you can change your code to have a painless release to release and how you can change your code to have a painless
updating experience. updating experience.
If you want to use the :command:`easy_install` command to upgrade your Flask Use the :command:`pip` command to upgrade your existing Flask installation by
installation, make sure to pass it the :option:`-U` parameter:: providing the :option:`--upgrade` parameter::
$ easy_install -U Flask $ pip install --upgrade Flask
.. _upgrading-to-10: .. _upgrading-to-10:

Loading…
Cancel
Save