From 40d9c4e461b778ee3103ac03eef84e5110875339 Mon Sep 17 00:00:00 2001 From: Carissa Bleker Date: Sat, 17 Feb 2024 01:55:54 +0100 Subject: [PATCH] Add instruction for installing with pip from GitHub directly. (#1186) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d5a62e8..337fa8e71 100644 --- a/README.md +++ b/README.md @@ -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