Skip to content

Commit

Permalink
Update README [fixes #56]
Browse files Browse the repository at this point in the history
Be more clear that easy_thumbnails is a dependency.
  • Loading branch information
anrie committed Nov 12, 2014
1 parent 6124f89 commit 721775b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Installation
#. Install django-image-cropping using ``pip``::

pip install django-image-cropping
#. If you haven't installed easy_thumbnails already, install it::

pip install easy_thumbnails

#. Add ``easy_thumbnails`` and ``image_cropping`` to your ``INSTALLED_APPS``.

Expand Down

0 comments on commit 721775b

Please sign in to comment.