kombu/INSTALL

22 lines
387 B
Plaintext
Raw Normal View History

2010-06-23 10:08:39 +00:00
Installation
============
2011-05-20 09:16:19 +00:00
You can install ``kombu`` either via the Python Package Index (PyPI)
2010-06-23 10:08:39 +00:00
or from source.
To install using ``pip``,::
2011-05-20 09:16:19 +00:00
$ pip install kombu
2010-06-23 10:08:39 +00:00
To install using ``easy_install``,::
2011-05-20 09:16:19 +00:00
$ easy_install kombu
2010-06-23 10:08:39 +00:00
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