diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-17 08:13:39 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-17 08:13:39 -0700 |
commit | ec8eef42b8fea88c7f0c509c3734db4f6bd0049f (patch) | |
tree | 54e3b9498e6bc317544a8f19831ca26519455f0d /src/python/grpcio/README.rst | |
parent | 1e53411e04808eaa851a24dc8885b9a31fd12585 (diff) | |
parent | 0239ba8ebf20b3f1cf454ccbf8d9a3800ac9b8c9 (diff) |
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'src/python/grpcio/README.rst')
-rw-r--r-- | src/python/grpcio/README.rst | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/python/grpcio/README.rst b/src/python/grpcio/README.rst index f3e962c197..3dfae50b4b 100644 --- a/src/python/grpcio/README.rst +++ b/src/python/grpcio/README.rst @@ -6,7 +6,7 @@ Package for gRPC Python. Installation ------------ -gRPC Python is available for Linux and Mac OS X running Python 2.7. +gRPC Python is available for Linux, Mac OS X, and Windows running Python 2.7. From PyPI ~~~~~~~~~ @@ -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`). :: @@ -36,8 +40,8 @@ package named `python-dev`). $ cd $REPO_ROOT $ pip install . -Note that `$REPO_ROOT` can be assigned to whatever directory name floats your -fancy. +Note that :code:`$REPO_ROOT` can be assigned to whatever directory name floats +your fancy. Troubleshooting ~~~~~~~~~~~~~~~ |