Skip to content

Commit

Permalink
Quick fix on the install documentation for PIP
Browse files Browse the repository at this point in the history
  • Loading branch information
themartorana committed Apr 14, 2011
1 parent 651136f commit 28fac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Download and install 0MQ version 2.1.3 or better from [http://www.zeromq.org](ht
Install pyzmq and django_ztaskd using PIP:

pip install pyzmq
pip install -e git@github.com:dmgctrl/django-ztask.git#egg=django_ztask
pip install -e git+git@github.com:dmgctrl/django-ztask.git#egg=django_ztask

Add `django_ztask` to your `INSTALLED_APPS` setting in `settings.py`

Expand Down

0 comments on commit 28fac6d

Please sign in to comment.