mirror of
https://github.com/jazzband/django-celery-monitor.git
synced 2026-03-16 22:00:24 +00:00
29 lines
724 B
Text
29 lines
724 B
Text
.. _installation:
|
|
|
|
Installation
|
|
============
|
|
|
|
You can install django-celery-monitor either via the Python Package Index (PyPI)
|
|
or from source.
|
|
|
|
To install using `pip`,::
|
|
|
|
$ pip install -U django-celery-monitor
|
|
|
|
.. _installing-from-source:
|
|
|
|
Downloading and installing from source
|
|
--------------------------------------
|
|
|
|
Download the latest version of django-celery-monitor from
|
|
http://pypi.python.org/pypi/django-celery-monitor
|
|
|
|
You can install it by doing the following,::
|
|
|
|
$ tar xvfz django-celery-monitor-0.0.0.tar.gz
|
|
$ cd django-celery-monitor-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.
|