From df44fbcb2627a1d135b968f179dc2fac1dfb798a Mon Sep 17 00:00:00 2001 From: Jibs Date: Fri, 20 May 2011 10:16:19 +0100 Subject: [PATCH] +1 for trivial renaming in doc --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 3d86448c..ac81882c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,17 +1,17 @@ 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. To install using ``pip``,:: - $ pip install carrot + $ pip install kombu To install using ``easy_install``,:: - $ easy_install carrot + $ easy_install kombu If you have downloaded a source tarball you can install it