Skip to content

Commit

Permalink
Add instruction for installing with pip from GitHub directly. (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
carissableker authored Feb 17, 2024
1 parent c5e033e commit 40d9c4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ $ pip install yapf

YAPF is still considered in "beta" stage, and the released version may change
often; therefore, the best way to keep up-to-date with the latest development
is to clone this repository.
is to clone this repository or install directly from github:

```bash
$ pip install git+https://github.com/google/yapf.git
```

Note that if you intend to use YAPF as a command-line tool rather than as a
library, installation is not necessary. YAPF supports being run as a directory
Expand Down

0 comments on commit 40d9c4e

Please sign in to comment.