diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-10-14 16:30:09 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-10-19 19:11:05 +0000 |
commit | cbcf18715384a32b4a4e92ae20bc6d3b494f63a5 (patch) | |
tree | 0566316d35077ec051f3ac960a5e90bb4cd8387a /src | |
parent | 60f406ab74cf106c8935dff8528e1b4e0a3f16ef (diff) |
Add python-dev and Python 3 to prerequisites
Diffstat (limited to 'src')
-rw-r--r-- | src/python/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/README.md b/src/python/README.md index afe7c731f1..a3133b5aad 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -8,7 +8,7 @@ Beta : Core behavior well-used and proven; bugs lurk off the beaten path. PREREQUISITES ------------- -- Python 2.7, virtualenv, pip +- python-virtualenv, python-pip, python3-pip, python-dev, python3-dev - [homebrew][] on Mac OS X. These simplify the installation of the gRPC C core. INSTALLATION |