From 81a093e82a860c4b7e559532a847ccd967e6e456 Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Wed, 1 Jul 2020 08:15:24 -0700 Subject: [PATCH] Add pip install from GitHub command to README.md (#1529) * Add pip install from GitHub command to README.md * Make it prettier ... --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.39.2