aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Kailash Sethuraman <hsaliak@gmail.com>2015-10-19 12:30:58 -0700
committerGravatar Kailash Sethuraman <hsaliak@gmail.com>2015-10-19 12:30:58 -0700
commit9093eda079ed4f0435476460416c4edf0cca380b (patch)
tree2397f465c49ef5538dcca3840b2739a1b6c8d692 /src/python
parent1ae8163f703318be6ecf8d559ddc0c70ca460725 (diff)
parentcbcf18715384a32b4a4e92ae20bc6d3b494f63a5 (diff)
Merge pull request #3822 from nathanielmanistaatgoogle/prerequisites
Add python-dev and python3-dev to prerequisites
Diffstat (limited to 'src/python')
-rw-r--r--src/python/README.md2
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