1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

[1.10.x] Updated "running the tests" to use 'pip install -e'.

Backport of d84ffcc22b from master
This commit is contained in:
Tim Graham
2016-10-26 19:15:33 -04:00
parent dda9a5928a
commit df66aee856
3 changed files with 35 additions and 18 deletions

View File

@@ -111,14 +111,15 @@ Getting a copy of Django's development version
==============================================
The first step to contributing to Django is to get a copy of the source code.
From the command line, use the ``cd`` command to navigate to the directory
where you'll want your local copy of Django to live.
First, `fork Django on GitHub <https://github.com/django/django#fork-destination-box>`__.
Then, from the command line, use the ``cd`` command to navigate to the
directory where you'll want your local copy of Django to live.
Download the Django source code repository using the following command:
.. code-block:: console
$ git clone https://github.com/django/django.git
$ git clone git@github.com:YourGitHubName/django.git
Now that you have a local copy of Django, you can install it just like you would
install any package using ``pip``. The most convenient way to do so is by using