Skip to content

Commit e514f86

Browse files
Update readme, addressing #27 and #28
1 parent 3afd580 commit e514f86

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ Migration from a third party Schema Registry | ✔️ | ✔️
2424
Flink support | ✔️ | ❌
2525
Kafka Connect support | ✔️ | | N/A for Python, Kafka Connect is Java-only
2626

27-
## Installation
27+
## Installation - PyPI (Recommended)
2828

29-
Clone this repository and install it:
29+
`pip install aws-glue-schema-registry`
30+
31+
## Installation - local
32+
33+
Clone this repository and run:
3034

3135
```
3236
python setup.py install -e .
@@ -67,7 +71,7 @@ from aws_schema_registry.avro import AvroSchema
6771
# so we need to have the `kafka-python` extras installed and use
6872
# the kafka adapter.
6973
from aws_schema_registry.adapter.kafka import KafkaSerializer
70-
from kafka import KafkaConsumer
74+
from kafka import KafkaProducer
7175

7276
# Create the schema registry client, which is a façade around the boto3 glue client
7377
client = SchemaRegistryClient(glue_client,

0 commit comments

Comments
 (0)