Skip to content

Commit 72a77b0

Browse files
authored
Merge pull request #28 from tanishq-dubey/patch-1
Update README.md for pip syntax
2 parents dc7a3e9 + fe11f74 commit 72a77b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ First, install the package. Note that the `[compiler]` feature flag tells it to
4646

4747
```sh
4848
# Install both the library and compiler
49-
$ pip install betterproto[compiler]
49+
$ pip install "betterproto[compiler]"
5050

5151
# Install just the library (to use the generated code output)
5252
$ pip install betterproto

0 commit comments

Comments
 (0)