aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-04-27 14:59:17 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2016-04-27 14:59:17 -0700
commitd06e9291cb10c5757e1b7852248af341c2cd3390 (patch)
tree73554bb321b2b6cbd47b8bc36e23f80cb5ac9217 /examples/python
parentcec42984a0374465de9b2626f16b0efa960a66d0 (diff)
Add Windows-specifics to Python docs
Diffstat (limited to 'examples/python')
-rw-r--r--examples/python/README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/examples/python/README.md b/examples/python/README.md
index b57da8f642..9992baa842 100644
--- a/examples/python/README.md
+++ b/examples/python/README.md
@@ -8,12 +8,19 @@ For this sample, we've already generated the server and client stubs from
Install gRPC:
- ```sh
+```sh
$ pip install grpcio
```
Or, to install it system wide:
```sh
- $ sudo pip install grpcio
+ $ sudo pip install grpcio
+```
+
+If you're on Windows, make sure you installed the `pip.exe` component when you
+installed Python. Invoke as above but with `pip.exe` instead of `pip` (you may
+also need to invoke from a `cmd.exe` ran as administrator):
+```sh
+ $ pip.exe install grpcio
```
Download the example