mirror of https://github.com/celery/kombu.git
Adding pip install docs to the top of the transport
This commit is contained in:
parent
57515e34ae
commit
6385b210bd
|
@ -18,7 +18,6 @@
|
|||
.. autoclass:: Connection
|
||||
:members:
|
||||
:undoc-members:
|
||||
:inherited-members:
|
||||
|
||||
Channel
|
||||
-------
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue