mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	typos
This commit is contained in:
		
							parent
							
								
									0487d14d56
								
							
						
					
					
						commit
						6be871b1c5
					
				| 
						 | 
					@ -28,7 +28,7 @@ Basic Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. note:: 
 | 
					.. note:: 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   The basic installation works on Windows and OSX using the binaries
 | 
					   The basic installation works on Windows and OS X using the binaries
 | 
				
			||||||
   from PyPI. Other installations require building from source as
 | 
					   from PyPI. Other installations require building from source as
 | 
				
			||||||
   detailed below.
 | 
					   detailed below.
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
| 
						 | 
					@ -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::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -58,10 +58,10 @@ or::
 | 
				
			||||||
  $ easy_install Pillow
 | 
					  $ easy_install Pillow
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OSX Installation
 | 
					OS X Installation
 | 
				
			||||||
^^^^^^^^^^^^^^^^
 | 
					^^^^^^^^^^^^^^^^^
 | 
				
			||||||
 | 
					
 | 
				
			||||||
We provide binaries for OSX  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
 | 
				
			||||||
except OpenJPEG::
 | 
					except OpenJPEG::
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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.
 | 
				
			||||||
| 
						 | 
					@ -185,8 +185,8 @@ 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 OSX
 | 
					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