From a37e022a0c50dcbff6b2f0d99f21444be8847207 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 18 Mar 2015 05:39:01 -0400 Subject: [PATCH] Wheels updates [ci skip] - No longer experimental - No longer need --use-wheels --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3a9e8c50e..d68f78238 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -194,11 +194,11 @@ 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 @@ -206,7 +206,7 @@ to a specific version: :: - $ pip install --use-wheel Pillow==2.6.1 + $ pip install Pillow==2.6.1 FreeBSD Installation --------------------