mirror of
https://github.com/django/django.git
synced 2025-11-28 22:49:09 +00:00
Fixed #30187 -- Moved "install Django" command to a console box.
This commit is contained in:
parent
0104b5a417
commit
edec11ce86
1 changed files with 5 additions and 2 deletions
|
|
@ -151,8 +151,11 @@ This is the recommended way to install Django.
|
||||||
administrator privileges. The :doc:`contributing tutorial
|
administrator privileges. The :doc:`contributing tutorial
|
||||||
</intro/contributing>` walks through how to create a virtualenv.
|
</intro/contributing>` walks through how to create a virtualenv.
|
||||||
|
|
||||||
#. After you've created and activated a virtual environment, enter the command
|
#. After you've created and activated a virtual environment, enter the command:
|
||||||
``pip install Django`` at the shell prompt.
|
|
||||||
|
.. console::
|
||||||
|
|
||||||
|
$ pip install Django
|
||||||
|
|
||||||
.. _pip: https://pip.pypa.io/
|
.. _pip: https://pip.pypa.io/
|
||||||
.. _virtualenv: https://virtualenv.pypa.io/
|
.. _virtualenv: https://virtualenv.pypa.io/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue