summaryrefslogtreecommitdiff
path: root/docs/includes/installation.txt
blob: b3cc474a1f701e19e0b67144ea0820298f1855ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Installation
============

You can install `Kombu` either via the Python Package Index (PyPI)
or from source.

To install using `pip`,:

.. code-block:: console

    $ pip install kombu

To install using `easy_install`,:

.. code-block:: console

    $ easy_install kombu

If you have downloaded a source tarball you can install it
by doing the following,:

.. code-block:: console

    $ python setup.py build
    # python setup.py install # as root