File tree 1 file changed +4
-4
lines changed
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.
140
140
141
141
To use Schema Registry with the Avro serializer/deserializer:
142
142
143
- $ pip install confluent-kafka[avro,schemaregistry]
143
+ $ pip install " confluent-kafka[avro,schemaregistry]"
144
144
145
145
To use Schema Registry with the JSON serializer/deserializer:
146
146
147
- $ pip install confluent-kafka[json,schemaregistry]
147
+ $ pip install " confluent-kafka[json,schemaregistry]"
148
148
149
149
To use Schema Registry with the Protobuf serializer/deserializer:
150
150
151
- $ pip install confluent-kafka[protobuf,schemaregistry]
151
+ $ pip install " confluent-kafka[protobuf,schemaregistry]"
152
152
153
153
When using Data Contract rules (including CSFLE) add the ` rules ` extra, e.g.:
154
154
155
- $ pip install confluent-kafka[avro,schemaregistry,rules]
155
+ $ pip install " confluent-kafka[avro,schemaregistry,rules]"
156
156
157
157
** Install from source**
158
158
You can’t perform that action at this time.
0 commit comments