mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints.
This commit is contained in:
committed by
Mariusz Felisiak
parent
ceab25bc6d
commit
aed89adad5
4
tox.ini
4
tox.ini
@@ -1,7 +1,7 @@
|
||||
# Tox (https://tox.readthedocs.io/) is a tool for running tests in multiple
|
||||
# virtualenvs. This configuration file helps to run the test suite on all
|
||||
# supported Python versions. To use it, "pip install tox" and then run "tox"
|
||||
# from this directory.
|
||||
# supported Python versions. To use it, "python -m pip install tox" and
|
||||
# then run "tox" from this directory.
|
||||
|
||||
[tox]
|
||||
skipsdist = true
|
||||
|
||||
Reference in New Issue
Block a user