Skip to content

Commit 6dba537

Browse files
docs: README.md (confluentinc#1911)
corrected pip install syntax for package plus dependencies. Co-authored-by: Robert Yokota <rayokota@gmail.com>
1 parent f7010b8 commit 6dba537

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,19 @@ The `Producer`, `Consumer` and `AdminClient` are all thread safe.
140140

141141
To use Schema Registry with the Avro serializer/deserializer:
142142

143-
$ pip install confluent-kafka[avro,schemaregistry]
143+
$ pip install "confluent-kafka[avro,schemaregistry]"
144144

145145
To use Schema Registry with the JSON serializer/deserializer:
146146

147-
$ pip install confluent-kafka[json,schemaregistry]
147+
$ pip install "confluent-kafka[json,schemaregistry]"
148148

149149
To use Schema Registry with the Protobuf serializer/deserializer:
150150

151-
$ pip install confluent-kafka[protobuf,schemaregistry]
151+
$ pip install "confluent-kafka[protobuf,schemaregistry]"
152152

153153
When using Data Contract rules (including CSFLE) add the `rules`extra, e.g.:
154154

155-
$ pip install confluent-kafka[avro,schemaregistry,rules]
155+
$ pip install "confluent-kafka[avro,schemaregistry,rules]"
156156

157157
**Install from source**
158158

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy