From f01c2a37dab0fb6022ee64ce9040dcae203cc6ac Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Fri, 15 Jul 2016 10:51:00 +0300 Subject: [PATCH] installation.rst: Windows console prompts are > --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 41122901c..0c6a3fabf 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -51,11 +51,11 @@ supported Pythons in both 32 and 64-bit versions in wheel, egg, and executable installers. These binaries have all of the optional libraries included:: - $ pip install Pillow + > pip install Pillow or:: - $ easy_install Pillow + > easy_install Pillow OS X Installation