mirror of https://github.com/celery/kombu.git
+1 for trivial renaming in doc
This commit is contained in:
parent
5a1089ab94
commit
df44fbcb26
6
INSTALL
6
INSTALL
|
@ -1,17 +1,17 @@
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
You can install ``carrot`` either via the Python Package Index (PyPI)
|
You can install ``kombu`` either via the Python Package Index (PyPI)
|
||||||
or from source.
|
or from source.
|
||||||
|
|
||||||
To install using ``pip``,::
|
To install using ``pip``,::
|
||||||
|
|
||||||
$ pip install carrot
|
$ pip install kombu
|
||||||
|
|
||||||
|
|
||||||
To install using ``easy_install``,::
|
To install using ``easy_install``,::
|
||||||
|
|
||||||
$ easy_install carrot
|
$ easy_install kombu
|
||||||
|
|
||||||
|
|
||||||
If you have downloaded a source tarball you can install it
|
If you have downloaded a source tarball you can install it
|
||||||
|
|
Loading…
Reference in New Issue