Update documentation for upgrading Flask using 'pip' command (#1918)
This commit is contained in:
parent
146cba53e7
commit
663d786f68
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue