diff options
author | Masood Malekghassemi <atash@google.com> | 2016-05-05 19:03:43 -0700 |
---|---|---|
committer | Masood Malekghassemi <atash@google.com> | 2016-05-05 19:03:53 -0700 |
commit | 0bdc7ccab9622cd2e62eec6007bff3391bc664f4 (patch) | |
tree | 798e81b20367a400dbb00797be1993a734df24b6 /src/python/grpcio | |
parent | acae9fe6e74eb0bb55c87a8046c1cdd6bf83f32a (diff) |
Fix #4592
Adds a command that allows the instructions to be used to install gRPC Python
from scratch.
Diffstat (limited to 'src/python/grpcio')
-rw-r--r-- | src/python/grpcio/README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/README.rst b/src/python/grpcio/README.rst index cb3f6b87fe..afc4fe6a37 100644 --- a/src/python/grpcio/README.rst +++ b/src/python/grpcio/README.rst @@ -48,6 +48,7 @@ package named :code:`python-dev`). $ export REPO_ROOT=grpc # REPO_ROOT can be any directory of your choice $ git clone https://github.com/grpc/grpc.git $REPO_ROOT $ cd $REPO_ROOT + $ git submodule update --init # For the next two commands do `sudo pip install` if you get permission-denied errors $ pip install -rrequirements.txt |