INSTALL 387 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