From d097edfb4f6f989b12b27d7b82729e5f90e14519 Mon Sep 17 00:00:00 2001 From: Jeff Balogh Date: Thu, 14 Jan 2010 20:03:38 -0800 Subject: [PATCH] fixing the readme to use pip --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c90563..973fdb9 100644 --- a/README.md +++ b/README.md @@ -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: