Adding pip install docs to the top of the transport

This commit is contained in:
Brian Bouterse 2014-03-18 17:00:37 -04:00
parent 57515e34ae
commit 6385b210bd
2 changed files with 6 additions and 1 deletions

View File

@ -18,7 +18,6 @@
.. autoclass:: Connection
:members:
:undoc-members:
:inherited-members:
Channel
-------

View File

@ -7,6 +7,12 @@ kombu.transport.qpid
.. _`Qpid`: http://qpid.apache.org/
.. _`py-amqp`: http://pypi.python.org/pypi/amqp/
.. admonition:: Install Dependencies
Run the command:
`pip install qpid-tools qpid-python`
"""
from __future__ import absolute_import