From: Cooper Lees Date: Wed, 1 Jul 2020 15:15:24 +0000 (-0700) Subject: Add pip install from GitHub command to README.md (#1529) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/81a093e82a860c4b7e559532a847ccd967e6e456 Add pip install from GitHub command to README.md (#1529) * Add pip install from GitHub command to README.md * Make it prettier ... --- diff --git a/README.md b/README.md index beed8ba..4b65fb7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ _Contents:_ **[Installation and usage](#installation-and-usage)** | _Black_ can be installed by running `pip install black`. It requires Python 3.6.0+ to run but you can reformat Python 2 code with it, too. +#### Install from GitHub + +If you can't wait for the latest _hotness_ and want to install from GitHub, use: + +`pip install git+git://github.com/psf/black` + ### Usage To get started right away with sensible defaults: