X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/24418a54501381e1cdbe0ab1de4e4ced7537c124..ed9d58b7410f24446cedebd0f767b71b154f5f5b:/README.md diff --git a/README.md b/README.md index 411a8c8..0be356e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ _Contents:_ **[Installation and usage](#installation-and-usage)** | ### Installation _Black_ can be installed by running `pip install black`. It requires Python 3.6.2+ to -run but you can reformat Python 2 code with it, too. +run. If you want to format Python 2 code as well, install with +`pip install black[python2]`. #### Install from GitHub