mirror of
https://github.com/django/django.git
synced 2025-12-09 11:05:50 +00:00
Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs.
This commit is contained in:
parent
d3b3eb860d
commit
429d089d0a
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ To use the tool, first install ``pre-commit`` and then the git hooks::
|
|||
|
||||
.. console::
|
||||
|
||||
$ pip install pre-commit
|
||||
$ python -m pip install pre-commit
|
||||
$ pre-commit install
|
||||
|
||||
On the first commit ``pre-commit`` will install the hooks, these are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue