mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-30 17:44:42 +00:00
Update installation directions; closes #223
This commit is contained in:
parent
02cd1bf7ff
commit
d3882c34b2
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ Installation
|
|||
1. Install `PIL`_ or `Pillow`_. (If you're using an ``ImageField`` in Django,
|
||||
you should have already done this.)
|
||||
2. ``pip install django-imagekit``
|
||||
(or clone the source and put the imagekit module on your path)
|
||||
3. Add ``'imagekit'`` to your ``INSTALLED_APPS`` list in your project's settings.py
|
||||
|
||||
.. note:: If you've never seen Pillow before, it considers itself a
|
||||
|
|
|
|||
Loading…
Reference in a new issue