mirror of https://github.com/celery/kombu.git
22 lines
390 B
Plaintext
22 lines
390 B
Plaintext
|
Installation
|
||
|
============
|
||
|
|
||
|
You can install ``carrot`` either via the Python Package Index (PyPI)
|
||
|
or from source.
|
||
|
|
||
|
To install using ``pip``,::
|
||
|
|
||
|
$ pip install carrot
|
||
|
|
||
|
|
||
|
To install using ``easy_install``,::
|
||
|
|
||
|
$ easy_install carrot
|
||
|
|
||
|
|
||
|
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
|