aboutsummaryrefslogtreecommitdiff
path: root/python/README.txt
diff options
context:
space:
mode:
authorMatt Iversen <teh.ivo@gmail.com>2014-12-17 20:11:08 +1100
committerMatt Iversen <teh.ivo@gmail.com>2014-12-17 20:11:08 +1100
commit4186d4c9c9cadbaf3d273ea34733bb8017ce54c7 (patch)
tree342843fbc6bc2987818a28445a478606a44c8efd /python/README.txt
parent59692c3fc080645fdc6e8d2445f04a1d65cee48c (diff)
downloadprotobuf-4186d4c9c9cadbaf3d273ea34733bb8017ce54c7.tar.gz
protobuf-4186d4c9c9cadbaf3d273ea34733bb8017ce54c7.tar.bz2
protobuf-4186d4c9c9cadbaf3d273ea34733bb8017ce54c7.zip
Update python version / setuptools instructions
Reflect the change that protobuf should now only be supporting 2.6+ (I'd guess note python 3.x+ when its supported in implementation) Refer to the Python Packaging User Guide for installing setuptools (and pip) instead of out of date telecommunity guide.
Diffstat (limited to 'python/README.txt')
-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