Skip to content

Commit

Permalink
Merge pull request python-pillow#563 from wiredfool/wheel-doc
Browse files Browse the repository at this point in the history
Error recovery for wheel install, Fixes python-pillow#562
  • Loading branch information
aclark4life committed Mar 21, 2014
2 parents b5a128a + bfb0017 commit 2a9f2cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@ Python Wheels

$ pip install --use-wheel Pillow

If the above does not work, it's likely because we haven't uploaded a
wheel for the latest version of Pillow. In that case, try pinning it
to a specific version:

::

$ pip install --use-wheel Pillow==2.3.0


Platform support
----------------

Expand Down

0 comments on commit 2a9f2cd

Please sign in to comment.