summaryrefslogtreecommitdiff
path: root/docs/howto/upgrade-version.txt
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2013-12-25 14:54:14 -0500
committerTim Graham <timograham@gmail.com>2013-12-25 15:19:14 -0500
commit80027d2c38d8980bbe570a62f44e1fd5a7882ae2 (patch)
tree17b883c29148f8bfe1d50e8fc29f9c577e7e6659 /docs/howto/upgrade-version.txt
parent0dd907562247cbf88092a736b82d7d0c27407328 (diff)
Unified listing of shell commands/code
- use code-block:: bash - prefix the command with $
Diffstat (limited to 'docs/howto/upgrade-version.txt')
-rw-r--r--docs/howto/upgrade-version.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt
index 34cb3e65d6..82666d677b 100644
--- a/docs/howto/upgrade-version.txt
+++ b/docs/howto/upgrade-version.txt
@@ -54,7 +54,7 @@ The most convenient way is to use pip_ with the ``--upgrade`` or ``-U`` flag:
.. code-block:: bash
- pip install -U Django
+ $ pip install -U Django
pip_ also automatically uninstalls the previous version of Django.