From 22e39f99a4beecb942225b734fbac46ad5c5487d Mon Sep 17 00:00:00 2001 From: Giulio Ungaretti Date: Fri, 20 Jan 2017 15:06:49 +0100 Subject: [PATCH] fix: Use correct pip command to install yapf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f9229..a9e58a8 100644 --- a/README.md +++ b/README.md @@ -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: