mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-15 06:04:00 +03:00
update installation command in testing section of contributing docs
This commit is contained in:
parent
b05db8b8ba
commit
c847be5b84
|
|
@ -75,7 +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 .[testing,optional,packaging]
|
||||
pip install -e . --group dev
|
||||
|
||||
# Run the tests
|
||||
./runtests.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user