diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-16 07:56:28 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-02-16 07:58:55 +0100 |
| commit | 9278acfd1277090257fdb27ce24ab8cf0674bd62 (patch) | |
| tree | 847ae6e32736516753db812605e4a5286a7c4629 /docs | |
| parent | 37cc6a9dce3354cd37f23ee972bc25b0e5cebd5c (diff) | |
[2.2.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.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 876a6b870b..4d762892f0 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. -#. 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/ |
