diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 100f8a638a7..0947368e09e 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::