From d2ebf5fa40d82801e150068c52df5e590956a1ec Mon Sep 17 00:00:00 2001 From: Arcady Chumachenko Date: Sun, 6 May 2012 21:48:52 -0500 Subject: [PATCH 1/3] Added info about Pillow into docs/scenarios/imaging.rst --- docs/scenarios/imaging.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index 3d86487..33b89d8 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -20,6 +20,9 @@ Installation PIL has a reputation of not being very straightforward to install. Listed below are installation notes on various systems. +Also, there's a fork named [Pillow](pypi.python.org/pypi/Pillow) which is easier +to install. It has good setup instructions for all platforms. + Installing on Linux ~~~~~~~~~~~~~~~~~~~ From c6d010dd6413313e736b4a2f83c84961e045dce0 Mon Sep 17 00:00:00 2001 From: Arcady Chumachenko Date: Sun, 6 May 2012 21:49:48 -0500 Subject: [PATCH 2/3] RST link fix --- docs/scenarios/imaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index 33b89d8..cb61c03 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -20,7 +20,7 @@ Installation PIL has a reputation of not being very straightforward to install. Listed below are installation notes on various systems. -Also, there's a fork named [Pillow](pypi.python.org/pypi/Pillow) which is easier +Also, there's a fork named `Pillow ` which is easier to install. It has good setup instructions for all platforms. Installing on Linux From 64f0744442dc255c82cb270007168769ebe70e25 Mon Sep 17 00:00:00 2001 From: Arcady Chumachenko Date: Sun, 6 May 2012 21:50:22 -0500 Subject: [PATCH 3/3] One more fix --- docs/scenarios/imaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index cb61c03..d1a4c0c 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -20,7 +20,7 @@ Installation PIL has a reputation of not being very straightforward to install. Listed below are installation notes on various systems. -Also, there's a fork named `Pillow ` which is easier +Also, there's a fork named `Pillow `_ which is easier to install. It has good setup instructions for all platforms. Installing on Linux