Merge pull request #163 from giulioungaretti/fix/pipinstall
fix: Use correct pip command to install yapf
This commit is contained in:
commit
cddaf58c15
@ -133,7 +133,7 @@ Here is a list of formatprograms that are supported by default, and thus will be
|
|||||||
And here the link to its page on the python website: http://pypi.python.org/pypi/autopep8/0.5.2.
|
And here the link to its page on the python website: http://pypi.python.org/pypi/autopep8/0.5.2.
|
||||||
|
|
||||||
* `yapf` for __Python__ (supports formatting ranges).
|
* `yapf` for __Python__ (supports formatting ranges).
|
||||||
It is readily available through PIP. Most users can install with the terminal command `sudo pip install yapf` or `pip --user install yapf`.
|
It is readily available through PIP. Most users can install with the terminal command `sudo pip install yapf` or `pip install --user yapf`.
|
||||||
YAPF has one optional configuration variable to control the formatter style.
|
YAPF has one optional configuration variable to control the formatter style.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user