Pārlūkot izejas kodu

Apparently INSTALL is a required file at pypants, so lets add it then.

Ask Solem 16 gadi atpakaļ
vecāks
revīzija
316a1e6475
1 mainītis faili ar 19 papildinājumiem un 0 dzēšanām
  1. 19 0
      INSTALL

+ 19 - 0
INSTALL

@@ -0,0 +1,19 @@
+Installing celery
+=================
+
+You can install ``celery`` either via the Python Package Index (PyPI)
+or from source.
+
+To install using ``pip``,::
+
+    $ pip install celery
+
+To install using ``easy_install``,::
+
+    $ easy_install celery
+
+If you have downloaded a source tarball you can install it
+by doing the following,::
+
+    $ python setup.py build
+    # python setup.py install # as root