Преглед на файлове

Fixed #30187 -- Moved "install Django" command to a console box.

Mariusz Felisiak преди 6 години
родител
ревизия
edec11ce86
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      docs/topics/install.txt

+ 5 - 2
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/