1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.5.x] Fixed #19437 - Clarified pip install instructions in contributing tutorial.

Backport of 9f9a7f03d7 from master
This commit is contained in:
Tim Graham 2013-01-11 07:01:56 -05:00
parent c94fcc4117
commit b86c3ddce8

View File

@ -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