summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorÇağıl <1615150+cgl@users.noreply.github.com>2018-10-16 21:10:44 +0100
committerTim Graham <timograham@gmail.com>2018-10-16 16:11:13 -0400
commit554fd6cd769456baa55b24407cb47ade8f762ef9 (patch)
tree78f150c96b3ab57700aee7d5434eb7d8c44ef323 /docs
parent6efe2ba0579922f54ced24fdb8aed96049a67270 (diff)
[2.1.x] Added a paragraph in docs/intro/contributing.txt.
Backport of 38f3de86bd0bfa4c9b57db1237fa55e9fa88bc6e from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/contributing.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 100f8a638a..0947368e09 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -168,6 +168,7 @@ The name of the currently activated virtual environment is displayed on the
command line to help you keep track of which one you are using. Anything you
install through ``pip`` while this name is displayed will be installed in that
virtual environment, isolated from other environments and system-wide packages.
+
Go ahead and install the previously cloned copy of Django:
.. console::