mirror of
https://github.com/django/django.git
synced 2025-04-08 15:36:47 +00:00
[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.
Backport of edec11ce86a1a0d9e4c5a2a0df6acaf655041c24 from master
This commit is contained in:
parent
37cc6a9dce
commit
9278acfd12
@ -151,8 +151,11 @@ This is the recommended way to install Django.
|
||||
administrator privileges. The :doc:`contributing tutorial
|
||||
</intro/contributing>` walks through how to create a virtualenv.
|
||||
|
||||
#. After you've created and activated a virtual environment, enter the command
|
||||
``pip install Django`` at the shell prompt.
|
||||
#. After you've created and activated a virtual environment, enter the command:
|
||||
|
||||
.. console::
|
||||
|
||||
$ pip install Django
|
||||
|
||||
.. _pip: https://pip.pypa.io/
|
||||
.. _virtualenv: https://virtualenv.pypa.io/
|
||||
|
Loading…
x
Reference in New Issue
Block a user