File: INSTALL

package info (click to toggle)
kombu 4.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,664 kB
  • sloc: python: 20,988; makefile: 212
file content (21 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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