Merge pull request #28 from tanishq-dubey/patch-1

Update README.md for pip syntax
This commit is contained in:
Vasilios Syrakis 2020-04-05 14:52:48 +10:00 committed by GitHub
commit 72a77b0d65
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 ```sh
# Install both the library and compiler # Install both the library and compiler
$ pip install betterproto[compiler] $ pip install "betterproto[compiler]"
# Install just the library (to use the generated code output) # Install just the library (to use the generated code output)
$ pip install betterproto $ pip install betterproto