Author: jonathan
Date: Mon Nov 22 16:38:34 2010
New Revision: 1037771
URL: http://svn.apache.org/viewvc?rev=1037771&view=rev
Log:
Corrected instructions for running Python clients - now matches 0.8
distribution.
Modified:
qpid/trunk/qpid/python/README.txt
Modified: qpid/trunk/qpid/python/README.txt
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/python/README.txt?rev=1037771&r1=1037770&r2=1037771&view=diff
==============================================================================
--- qpid/trunk/qpid/python/README.txt (original)
+++ qpid/trunk/qpid/python/README.txt Mon Nov 22 16:38:34 2010
@@ -1,24 +1,23 @@
-= INSTALLATION =
+= GETTING STARTED =
-Extract the release archive into a directory of your choice and set
-your PYTHONPATH accordingly:
+1. Make sure the Qpid Python client libraries are on your PYTHONPATH:
- tar -xzf qpid-python-<version>.tar.gz -C <install-prefix>
- export PYTHONPATH=<install-prefix>/qpid-<version>/python
+$ export PYTHONPATH=/home/me/qpid-0.8/python
-= GETTING STARTED =
+2. Make sure a broker is running
-The python client includes a simple hello-world example that publishes
-and consumes a message:
+3. Run the 'hello' example from qpid-0.8/python/examples/api:
+
+$ ./hello
+Hello world!
- cp <install-prefix>/qpid-<version>/python/hello-world .
- ./hello-world
= EXAMPLES =
-More comprehensive examples can be found here:
+The examples/api directory contains several examples.
+
+Read examples/README.txt for further details on these examples.
- cd <install-prefix>/qpid-<version>/python/examples
= RUNNING THE TESTS =
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]