mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-15 06:04:00 +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
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
pip install -e .
|
||||
pip install -r requirements.txt
|
||||
pip install -e .[testing,optional,packaging]
|
||||
|
||||
# Run the tests
|
||||
./runtests.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user