aboutsummaryrefslogtreecommitdiff
path: root/python/README.txt
diff options
context:
space:
mode:
authortemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-07-21 20:28:30 +0000
committertemporal <temporal@630680e5-0e50-0410-840e-4b1c322b438d>2008-07-21 20:28:30 +0000
commitcc930432c2823c3d82e0b8dd2ae4f446c82f4fce (patch)
tree034374c1b36c3acd45957c4fd294bb89d866ce02 /python/README.txt
parente8564291e29c7bb07b626ee4b0c5e99e6b2270d3 (diff)
downloadprotobuf-cc930432c2823c3d82e0b8dd2ae4f446c82f4fce.tar.gz
protobuf-cc930432c2823c3d82e0b8dd2ae4f446c82f4fce.tar.bz2
protobuf-cc930432c2823c3d82e0b8dd2ae4f446c82f4fce.zip
misc. stuff:
- Improved readmes. - Fixed incorrect definition of kint32min. - Fixed absolute output paths on Windows. - Added info to Java POM that will be required when we upload the package to a Maven repo.
Diffstat (limited to 'python/README.txt')
-rw-r--r--python/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/README.txt b/python/README.txt
index 44bbee0b..4f68d506 100644
--- a/python/README.txt
+++ b/python/README.txt
@@ -3,6 +3,18 @@ Copyright 2008 Google Inc.
This directory contains the Python Protocol Buffers runtime library.
+Normally, this directory comes as part of the protobuf package, available
+from:
+
+ http://code.google.com/p/protobuf
+
+The complete package includes the C++ source code, which includes the
+Protocol Compiler (protoc). If you downloaded this package from PyPI
+or some other Python-specific source, you may have received only the
+Python part of the code. In this case, you will need to obtain the
+Protocol Compiler from some other source before you can use this
+package.
+
Installation
============