Browse Source

Added a note about pip upgrade flag.

Thanks Jannis Leidel for the suggestion.
Tim Graham 12 years ago
parent
commit
0e45f75112
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/howto/upgrade-version.txt

+ 1 - 1
docs/howto/upgrade-version.txt

@@ -54,7 +54,7 @@ The most convenient way is to use pip_:
 
 .. code-block:: bash
 
-   pip install Django
+   pip install -U Django
 
 pip_ also automatically uninstalls the previous version of Django.