From 38f3de86bd0bfa4c9b57db1237fa55e9fa88bc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9F=C4=B1l?= <1615150+cgl@users.noreply.github.com> Date: Tue, 16 Oct 2018 21:10:44 +0100 Subject: [PATCH] Added a paragraph in docs/intro/contributing.txt. --- docs/intro/contributing.txt | 1 + 1 file changed, 1 insertion(+) 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::