[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.

Backport of edec11ce86 from master
This commit is contained in:
Mariusz Felisiak 2019-02-16 07:56:28 +01:00
parent 37cc6a9dce
commit 9278acfd12
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
1 changed files with 5 additions and 2 deletions

View File

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