|
@@ -9,12 +9,13 @@
|
|
Installation
|
|
Installation
|
|
============
|
|
============
|
|
|
|
|
|
-For the Amazon SQS support you have to install the :pypi:`boto`
|
|
|
|
-library using :command:`pip`:
|
|
|
|
|
|
+For the Amazon SQS support you have to install additional dependencies.
|
|
|
|
+You can install both Celery and these dependencies in one go using
|
|
|
|
+the ``celery[sqs]`` :ref:`bundle <bundles>`:
|
|
|
|
|
|
.. code-block:: console
|
|
.. code-block:: console
|
|
|
|
|
|
- $ pip install -U boto3
|
|
|
|
|
|
+ $ pip install celery[sqs]
|
|
|
|
|
|
.. _broker-sqs-configuration:
|
|
.. _broker-sqs-configuration:
|
|
|
|
|