Update README.md

Add quotes to the README so pip syntax is correct
This commit is contained in:
Tanishq Dubey 2020-03-30 09:50:11 -04:00 committed by GitHub
parent dc7a3e9bdf
commit fe11f74227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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