aahmed-se commented on a change in pull request #9719:
URL: https://github.com/apache/pulsar/pull/9719#discussion_r583928616



##########
File path: site2/docs/client-libraries-python.md
##########
@@ -22,12 +22,25 @@ To install the `pulsar-client` library as a pre-built 
package using the [pip](ht
 $ pip install pulsar-client=={{pulsar:version_number}}
 ```
 
+### Optioanl dependencies
+
+To support aspects like pulsar functions and avro serialization additional 
optiopnal components can be installed alongside the  `pulsar-client` library
+
+```shell
+# avro serialization
+$ pip install pulsar-client=='{{pulsar:version_number}}[avro]'
+# functions runtime
+$ pip install pulsar-client=='{{pulsar:version_number}}[functions]'
+# all optional components

Review comment:
       fixed

##########
File path: site2/docs/client-libraries-python.md
##########
@@ -22,12 +22,25 @@ To install the `pulsar-client` library as a pre-built 
package using the [pip](ht
 $ pip install pulsar-client=={{pulsar:version_number}}
 ```
 
+### Optioanl dependencies
+
+To support aspects like pulsar functions and avro serialization additional 
optiopnal components can be installed alongside the  `pulsar-client` library

Review comment:
       fixed

##########
File path: site2/docs/client-libraries-python.md
##########
@@ -22,12 +22,25 @@ To install the `pulsar-client` library as a pre-built 
package using the [pip](ht
 $ pip install pulsar-client=={{pulsar:version_number}}
 ```
 
+### Optioanl dependencies

Review comment:
       fixed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to