mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-18 07:33:59 +03:00
Updated Testing section from Contributing.md
This commit is contained in:
parent
f3757ed549
commit
58d82d6268
|
|
@ -75,8 +75,7 @@ To run the tests, clone the repository, and then:
|
||||||
# Setup the virtual environment
|
# Setup the virtual environment
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
pip install -e .
|
pip install -e .[testing,optional,packaging]
|
||||||
pip install -r requirements.txt
|
|
||||||
|
|
||||||
# Run the tests
|
# Run the tests
|
||||||
./runtests.py
|
./runtests.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user