fix: Use correct pip command to install yapf

This commit is contained in:
Giulio Ungaretti 2017-01-20 15:06:49 +01:00 committed by GitHub
parent b92b0e3c5d
commit 22e39f99a4

View File

@ -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.
* `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.
For example: