mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-16 14:44:01 +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
|
# Setup the virtual environment
|
||||||
python3 -m venv env
|
python3 -m venv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
pip install -e .[testing,optional,packaging]
|
pip install -e . --group dev
|
||||||
|
|
||||||
# Run the tests
|
# Run the tests
|
||||||
./runtests.py
|
./runtests.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user