mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
contributing.md django fix. (#4581)
* installation for django added in requirements.txt * added line to install django first in contributing.md * added line to install django first in contributing.md and CONTRIBUTING.md
This commit is contained in:
parent
de08f28a91
commit
cca9792ae7
|
@ -61,6 +61,7 @@ To run the tests, clone the repository, and then:
|
||||||
# Setup the virtual environment
|
# Setup the virtual environment
|
||||||
virtualenv env
|
virtualenv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
|
pip install django
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Run the tests
|
# Run the tests
|
||||||
|
|
|
@ -61,6 +61,7 @@ To run the tests, clone the repository, and then:
|
||||||
# Setup the virtual environment
|
# Setup the virtual environment
|
||||||
virtualenv env
|
virtualenv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
|
pip install django
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Run the tests
|
# Run the tests
|
||||||
|
|
Loading…
Reference in New Issue
Block a user