Installation
============

You can install lc_celery_beat either via the Python Package Index (PyPI)
or from source.

To install using `pip`,::

    $ pip install -U lc_celery_beat

Downloading and installing from source
--------------------------------------

Download the latest version of lc_celery_beat from
http://pypi.python.org/pypi/lc_celery_beat

You can install it by doing the following,::

    $ tar xvfz lc_celery_beat-0.0.0.tar.gz
    $ cd lc_celery_beat-0.0.0
    $ python setup.py build
    # python setup.py install

The last command must be executed as a privileged user if
you are not currently using a virtualenv.

Using the development version
-----------------------------

With pip
~~~~~~~~

You can install the latest main version of lc_celery_beat using the following
pip command::

    $ pip install https://github.com/celery/lc_celery_beat/zipball/master#egg=lc_celery_beat
