From fe11f74227ca6c077a57fa6f94bf99019475c0bf Mon Sep 17 00:00:00 2001 From: Tanishq Dubey Date: Mon, 30 Mar 2020 09:50:11 -0400 Subject: [PATCH] Update README.md Add quotes to the README so pip syntax is correct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2a89e..6dee870 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ First, install the package. Note that the `[compiler]` feature flag tells it to ```sh # Install both the library and compiler -$ pip install betterproto[compiler] +$ pip install "betterproto[compiler]" # Install just the library (to use the generated code output) $ pip install betterproto