aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-02-22 17:51:02 -0800
committerGravatar Masood Malekghassemi <atash@google.com>2016-02-22 17:51:02 -0800
commitc0a97a9cfe257138d293774868b4157151d64339 (patch)
tree90dc3a7e977e1690545a52bb2d32615932cd4f57 /src/python/grpcio
parentf37adb9451330aa82b689e0b3283f20de491a306 (diff)
Update Python doc with pip version notes
Diffstat (limited to 'src/python/grpcio')
-rw-r--r--src/python/grpcio/README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/python/grpcio/README.rst b/src/python/grpcio/README.rst
index 698c760ebe..bb6d99c4b1 100644
--- a/src/python/grpcio/README.rst
+++ b/src/python/grpcio/README.rst
@@ -23,11 +23,15 @@ Else system wide (on Ubuntu)...
$ sudo pip install grpcio
+n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`
+to retrieve the proper wheel from PyPI. Be sure to upgrade to the latest
+version!
+
From Source
~~~~~~~~~~~
Building from source requires that you have the Python headers (usually a
-package named `python-dev`).
+package named :code:`python-dev`).
::