소스 검색

Update README.rst for python grpcio-tools

GRPC_PYTHON_BUILD_WITH_CYTHON=1 is required to build grpcio-tools from source.
Feng Li 7 년 전
부모
커밋
d1ffa617f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/distrib/python/grpcio_tools/README.rst

+ 1 - 1
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
   $ python ../make_grpcio_tools.py
 
 
   # For the next command do `sudo pip install` if you get permission-denied errors
   # 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
 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
 out for you in MSYS2 (follow the Linux instructions), but it isn't officially