summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-16 07:56:28 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-16 08:10:14 +0100
commit8fe63dc4cd637c1422a9bf3e3421d64388e14afd (patch)
treebab027e394ce0eba32cd81487ad5ea30696db24c /docs
parente1b55f2d3f69ee7745ecd4e344edd32a5a0a1135 (diff)
[2.1.x] Fixed #30187 -- Moved "install Django" command to a console box.
Backport of edec11ce86a1a0d9e4c5a2a0df6acaf655041c24 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/install.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 3586160366..9654b0d3f1 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -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.
-3. After you've created and activated a virtual environment, enter the command
- ``pip install Django`` at the shell prompt.
+3. 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/