mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
[3.2.x] Corrected "pip install" call in coding style docs.
Backport of dd528cb2cefc0db8b91a7ff0a2bc87305b976597 from main
This commit is contained in:
parent
76a0a8a917
commit
31539a63f2
@ -158,7 +158,7 @@ Imports
|
|||||||
|
|
||||||
.. console::
|
.. console::
|
||||||
|
|
||||||
$ python -m pip install isort >= 5.1.0
|
$ python -m pip install "isort >= 5.1.0"
|
||||||
$ isort -rc .
|
$ isort -rc .
|
||||||
|
|
||||||
This runs ``isort`` recursively from your current directory, modifying any
|
This runs ``isort`` recursively from your current directory, modifying any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user