INSTALL 387 B

123456789101112131415161718192021
  1. Installation
  2. ============
  3. You can install ``kombu`` either via the Python Package Index (PyPI)
  4. or from source.
  5. To install using ``pip``,::
  6. $ pip install kombu
  7. To install using ``easy_install``,::
  8. $ easy_install kombu
  9. If you have downloaded a source tarball you can install it
  10. by doing the following,::
  11. $ python setup.py build
  12. # python setup.py install # as root