Commit 0e45f751 authored by Tim Graham's avatar Tim Graham
Browse files

Added a note about pip upgrade flag.

Thanks Jannis Leidel for the suggestion.
parent ef8a9bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.