Skip to content

Commit

Permalink
Merge 1477346 into 2471b92
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Jul 1, 2020
2 parents 2471b92 + 1477346 commit 92907db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 92907db

Please sign in to comment.