diff options
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 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/ |
