Update README.rst for python grpcio-tools

GRPC_PYTHON_BUILD_WITH_CYTHON=1 is required to build grpcio-tools from source.
pull/14200/head
Feng Li 7 years ago committed by GitHub
parent 2d9e675dca
commit d1ffa617f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save