You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/10 20:33:54 UTC

[GitHub] srkukarni commented on a change in pull request #1763: Document Python dependencies

srkukarni commented on a change in pull request #1763: Document Python dependencies
URL: https://github.com/apache/incubator-pulsar/pull/1763#discussion_r187451571
 
 

 ##########
 File path: site/docs/latest/functions/quickstart.md
 ##########
 @@ -212,6 +212,14 @@ If you see `Deleted successfully` in the output, then you've succesfully run, up
 
 ## Writing and running a new function
 
+{% include admonition.html type="info" content="
+In order to write and run the [Python](../api#python) function below, you'll need to install the [`grpc`](https://pypi.org/project/grpc/) and [`protobuf`](https://pypi.org/project/protobuf/) libraries. To install them using [pip]():
+
+```bash
+$ pip install grpc protobuf
 
 Review comment:
   the actual list is 
   pip install pulsar-client protobuf futures grpcio grpcio-tools

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services