We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87c34d commit e6bc48aCopy full SHA for e6bc48a
README.markdown
@@ -2,12 +2,13 @@ Installing
2
==========
3
4
Download and install 0MQ version 2.1.3 or better from http://www.zeromq.org
5
+
6
Install pyzmq and django_ztaskd using PIP:
7
8
pip install pyzmq
9
pip install -e [email protected]:dmgctrl/django-ztask.git#egg=django_ztask
10
-Add `django\_ztask` to your `INSTALLED\_APPS` setting in `settings.py`, and run `syncdb`
11
+Add `django_ztask` to your `INSTALLED_APPS` setting in `settings.py`, and run `syncdb`
12
13
python manage.py syncdb
14
0 commit comments