aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/python
diff options
context:
space:
mode:
authorGravatar Feng Li <fengli@google.com>2018-01-26 11:55:14 -0800
committerGravatar GitHub <noreply@github.com>2018-01-26 11:55:14 -0800
commitd1ffa617f95f02cc3e5e64023460f5b9b755ce36 (patch)
tree15f7fe68610a877326482f2fc18504ca42b7f1a5 /tools/distrib/python
parent2d9e675dcaac033e201ff1c95e948e0b04b44774 (diff)
Update README.rst for python grpcio-tools
GRPC_PYTHON_BUILD_WITH_CYTHON=1 is required to build grpcio-tools from source.
Diffstat (limited to 'tools/distrib/python')
-rw-r--r--tools/distrib/python/grpcio_tools/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/python/grpcio_tools/README.rst b/tools/distrib/python/grpcio_tools/README.rst
index fb44cfaf80..32873b291f 100644
--- a/tools/distrib/python/grpcio_tools/README.rst
+++ b/tools/distrib/python/grpcio_tools/README.rst
@@ -61,7 +61,7 @@ GCC-like stuff, but you may end up having a bad time.
$ python ../make_grpcio_tools.py
# For the next command do `sudo pip install` if you get permission-denied errors
- $ pip install .
+ $ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .
You cannot currently install Python from source on Windows. Things might work
out for you in MSYS2 (follow the Linux instructions), but it isn't officially