From 9f9a7f03d77e2b6002f841be42eccf8ff287f279 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 11 Jan 2013 07:01:56 -0500 Subject: [PATCH] Fixed #19437 - Clarified pip install instructions in contributing tutorial. --- docs/intro/contributing.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index c94038bc56..f9fb451b39 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -96,9 +96,10 @@ Download the Django source code repository using the following command:: pip install -e /path/to/your/local/clone/django/ - to link your cloned checkout into a virtual environment. This is a great - option to isolate your development copy of Django from the rest of your - system and avoids potential package conflicts. + (where ``django`` is the directory of your clone that contains + ``setup.py``) to link your cloned checkout into a virtual environment. This + is a great option to isolate your development copy of Django from the rest + of your system and avoids potential package conflicts. __ http://www.virtualenv.org