aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/README.rst
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:55:24 -0800
commitfe8ad714d452b27a66058e111b9832ab08c1036a (patch)
tree1b79947e3c99485700a95c54d6e0345c5d14a75e /src/python/grpcio/README.rst
parent88b0d52018ed009b288861877e96381235d31c35 (diff)
Update Python doc w.r.t. Windows availability
Diffstat (limited to 'src/python/grpcio/README.rst')
-rw-r--r--src/python/grpcio/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/python/grpcio/README.rst b/src/python/grpcio/README.rst
index bb6d99c4b1..d491311886 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
~~~~~~~~~
@@ -40,5 +40,5 @@ package named :code:`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.