From f6d522017cf883ef2ae19e8799c184cfa23e72f7 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Wed, 26 Jan 2011 00:37:52 +0000 Subject: [PATCH] Add note re: using pip to download & install --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 6d602639..a6d03cfd 100644 --- a/README +++ b/README @@ -77,7 +77,8 @@ the current version of django-helpdesk working. 4. Installation ######################### -1. Place 'helpdesk' in your Python path. I use /var/django, others may use +1. Try using 'pip install django-helpdesk'. If that fails, download and + place 'helpdesk' in your Python path. I use /var/django, others may use /usr/lib/python2.4/site-packages/ or a similar path. 2. In your projects' settings.py file, add these lines to the INSTALLED_APPS