mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 19:45:56 +03:00
typos
This commit is contained in:
parent
0487d14d56
commit
6be871b1c5
|
@ -47,7 +47,7 @@ Windows Installation
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
We provide Pillow binaries for Windows compiled for the matrix of
|
We provide Pillow binaries for Windows compiled for the matrix of
|
||||||
supported Pythons in both 32 and 64 bit versions in wheel, egg, and
|
supported Pythons in both 32 and 64-bit versions in wheel, egg, and
|
||||||
executable installers. These binaries have all of the optional
|
executable installers. These binaries have all of the optional
|
||||||
libraries included::
|
libraries included::
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ or::
|
||||||
|
|
||||||
|
|
||||||
OS X Installation
|
OS X Installation
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
We provide binaries for OS X for each of the supported Python versions
|
We provide binaries for OS X for each of the supported Python versions
|
||||||
in the wheel format. These include support for all optional libraries
|
in the wheel format. These include support for all optional libraries
|
||||||
|
@ -152,7 +152,7 @@ line::
|
||||||
|
|
||||||
$ CFLAGS="-I/usr/pkg/include" pip install pillow
|
$ CFLAGS="-I/usr/pkg/include" pip install pillow
|
||||||
|
|
||||||
If pillow has been previously built without the required
|
If Pillow has been previously built without the required
|
||||||
prerequisites, it may be necessary to manually clear the pip cache or
|
prerequisites, it may be necessary to manually clear the pip cache or
|
||||||
build without cache using the ``--no-cache-dir`` option to force a
|
build without cache using the ``--no-cache-dir`` option to force a
|
||||||
build with newly installed external libraries.
|
build with newly installed external libraries.
|
||||||
|
@ -186,7 +186,7 @@ Sample Usage::
|
||||||
$ MAX_CONCURRENCY=1 python setup.py build_ext --enable-[feature] install
|
$ MAX_CONCURRENCY=1 python setup.py build_ext --enable-[feature] install
|
||||||
|
|
||||||
Building on OS X
|
Building on OS X
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
XCode is required to compile portions of Pillow. Either install the
|
XCode is required to compile portions of Pillow. Either install the
|
||||||
full package from the app store, or run ``xcode-select --install``
|
full package from the app store, or run ``xcode-select --install``
|
||||||
|
|
Loading…
Reference in New Issue
Block a user