File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,19 +140,19 @@ The `Producer`, `Consumer` and `AdminClient` are all thread safe.
140140
141141To use Schema Registry with the Avro serializer/deserializer:
142142
143- $ pip install confluent-kafka[avro,schemaregistry]
143+ $ pip install " confluent-kafka[avro,schemaregistry]"
144144
145145To use Schema Registry with the JSON serializer/deserializer:
146146
147- $ pip install confluent-kafka[json,schemaregistry]
147+ $ pip install " confluent-kafka[json,schemaregistry]"
148148
149149To use Schema Registry with the Protobuf serializer/deserializer:
150150
151- $ pip install confluent-kafka[protobuf,schemaregistry]
151+ $ pip install " confluent-kafka[protobuf,schemaregistry]"
152152
153153When 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
You can’t perform that action at this time.
0 commit comments