INSTALL 389 B

12345678910111213141516171819
  1. Installing celery
  2. =================
  3. You can install `celery` either via the Python Package Index (PyPI)
  4. or from source.
  5. To install using `pip`::
  6. $ pip install celery
  7. To install using `easy_install`::
  8. $ easy_install celery
  9. If you have downloaded a source tarball you can install it
  10. by doing the following::
  11. $ python setup.py build
  12. # python setup.py install # as root