Skip to content

Commit

Permalink
fixing the readme to use pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jbalogh committed Jan 15, 2010
1 parent bfde44e commit d097edf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -15,8 +15,9 @@ Installation
------------
It's the same for both the client and worker instances of your django project:

Copy/link/weld the `django_gearman` folder as an app into your django project
and add it to the `INSTALLED_APPS` section of `settings.py`.
pip install -e git://github.com/fwenzel/django-gearman.git#egg=django-gearman

Add ``django_gearman`` to the `INSTALLED_APPS` section of `settings.py`.

Specify the following settings in your local settings.py file:

Expand Down

0 comments on commit d097edf

Please sign in to comment.