diff options
| author | Tim Graham <timograham@gmail.com> | 2013-05-22 10:25:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-22 10:25:49 -0400 |
| commit | 2699219c233637d0086718bd58a0b693bd652bf2 (patch) | |
| tree | 9c7488fcbfe053ce910afc57f8b52ee14ebccd11 /docs | |
| parent | 0e45f75112f3c540476207fa16bdbaec14872f6c (diff) | |
Added some text I meant to add in the last commit.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/upgrade-version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt index e6b80f346f..8777f433f9 100644 --- a/docs/howto/upgrade-version.txt +++ b/docs/howto/upgrade-version.txt @@ -50,7 +50,7 @@ Once you're ready, it is time to :doc:`install the new Django version might want to set up a new environment will all the dependencies first. Exactly which steps you will need to take depends on your installation process. -The most convenient way is to use pip_: +The most convenient way is to use pip_ with the ``--upgrade`` or ``-U`` flag: .. code-block:: bash |
