Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh authored and claudep committed Sep 18, 2024
1 parent 1ec1085 commit 6b1c0e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ Installation & Setup
Installation
============
First you need to make sure to read the :doc:`requirements`. To install
sorl-thumbnail is easy::
sorl-thumbnail::

pip install sorl-thumbnail

Or you can go to `the github page <https://github.com/sorl/sorl-thumbnail>`_
Depending of the chosen image backend, you may also use one of::

pip install sorl-thumbnail[pil]
pip install sorl-thumbnail[wand]
pip install sorl-thumbnail[pgmagick]

Setup
=====
Expand Down

0 comments on commit 6b1c0e8

Please sign in to comment.