Skip to content

Commit fe11f74

Browse files
Update README.md
Add quotes to the README so pip syntax is correct
1 parent dc7a3e9 commit fe11f74

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)