mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Unified listing of shell commands/code
- use code-block:: bash - prefix the command with $
This commit is contained in:
parent
0dd9075622
commit
80027d2c38
5 changed files with 45 additions and 28 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue