| 123456789101112131415161718192021 |
- Installation
- ============
- You can install ``kombu`` either via the Python Package Index (PyPI)
- or from source.
- To install using ``pip``,::
- $ pip install kombu
- To install using ``easy_install``,::
- $ easy_install kombu
- If you have downloaded a source tarball you can install it
- by doing the following,::
- $ python setup.py build
- # python setup.py install # as root
|