merlimat commented on a change in pull request #9719:
URL: https://github.com/apache/pulsar/pull/9719#discussion_r583924438



##########
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:
       ```suggestion
   To support aspects like Pulsar functions or Avro serialization, additional 
optional components can be installed alongside the  `pulsar-client` library
   ```

##########
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:
       ```suggestion
   ### Optional dependencies
   ```

##########
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:
       ```suggestion
   
   # functions runtime
   $ pip install pulsar-client=='{{pulsar:version_number}}[functions]'
   
   # all optional components
   ```




----------------------------------------------------------------
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