Add note re: using pip to download & install

This commit is contained in:
Ross Poulton 2011-01-26 00:37:52 +00:00
parent cb367fc601
commit f6d522017c

3
README
View File

@ -77,7 +77,8 @@ the current version of django-helpdesk working.
4. Installation 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. /usr/lib/python2.4/site-packages/ or a similar path.
2. In your projects' settings.py file, add these lines to the INSTALLED_APPS 2. In your projects' settings.py file, add these lines to the INSTALLED_APPS