mirror of
https://github.com/django/django.git
synced 2025-09-18 08:20:10 +00:00
Corrected "pip install" call in coding style docs.
This commit is contained in:
parent
a0ed3cfad1
commit
dd528cb2ce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue