Skip to content

Commit

Permalink
Wheels updates [ci skip]
Browse files Browse the repository at this point in the history
- No longer experimental
- No longer need --use-wheels
  • Loading branch information
aclark4life committed Mar 18, 2015
1 parent b5475f2 commit a37e022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,19 @@ Python Eggs
Python Wheels
^^^^^^^^^^^^^

.. Note:: Experimental. Requires setuptools >=0.8 and pip >=1.4.1
.. Note:: requires setuptools >=0.8 and pip >=1.4.1. Some older versions of pip required the ``--use-wheel`` flag.

::

$ pip install --use-wheel Pillow
$ pip install 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.6.1
$ pip install Pillow==2.6.1

FreeBSD Installation
--------------------
Expand Down

0 comments on commit a37e022

Please sign in to comment.