mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-12 18:00:45 +01:00
Add note re: using pip to download & install
This commit is contained in:
parent
cb367fc601
commit
f6d522017c
3
README
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user