1
0
mirror of https://github.com/django/django.git synced 2025-03-22 15:20:47 +00:00

Added a note about pip upgrade flag.

Thanks Jannis Leidel for the suggestion.
This commit is contained in:
Tim Graham 2013-05-22 09:39:46 -04:00
parent ef8a9bc7fa
commit 0e45f75112

@ -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.