aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2014-12-22 09:52:00 -0800
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2014-12-22 09:52:00 -0800
commit644a6a1da71385e9d7a7a26b3476c93fdd71788c (patch)
treea3915725a90b7d3a2a3d389904acac5f519e8903
parentb60a6df9aea3116f18330d092440b21070379de9 (diff)
parent4186d4c9c9cadbaf3d273ea34733bb8017ce54c7 (diff)
Merge pull request #143 from Ivoz/patch-1
Update python version / setuptools instructions
-rw-r--r--python/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.txt b/python/README.txt
index da044af4..7d852458 100644
--- a/python/README.txt
+++ b/python/README.txt
@@ -26,7 +26,7 @@ join the Protocol Buffers discussion list and let us know!
Installation
============
-1) Make sure you have Python 2.4 or newer. If in doubt, run:
+1) Make sure you have Python 2.6 or newer. If in doubt, run:
$ python -V
@@ -35,7 +35,7 @@ Installation
If you would rather install it manually, you may do so by following
the instructions on this page:
- http://peak.telecommunity.com/DevCenter/EasyInstall#installation-instructions
+ https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages
3) Build the C++ code, or install a binary distribution of protoc. If
you install a binary distribution, make sure that it is the same