mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	Typos, tweaks
This commit is contained in:
		
							parent
							
								
									24790ecf46
								
							
						
					
					
						commit
						3edf1d003a
					
				|  | @ -8,7 +8,7 @@ testing with Travis CI. | ||||||
| The other scripts can be used to install all of the dependencies for | The other scripts can be used to install all of the dependencies for | ||||||
| the listed operating systems/distros. The ``ubuntu_14.04.sh`` and | the listed operating systems/distros. The ``ubuntu_14.04.sh`` and | ||||||
| ``debian_8.2.sh`` scripts have been tested on bare AWS images and will | ``debian_8.2.sh`` scripts have been tested on bare AWS images and will | ||||||
| install all required dependencies for the system python 2.7 and 3.4 | install all required dependencies for the system Python 2.7 and 3.4 | ||||||
| for all of the optional dependencies.  Git may also be required prior | for all of the optional dependencies.  Git may also be required prior | ||||||
| to running the script to actually download Pillow. | to running the script to actually download Pillow. | ||||||
| 
 | 
 | ||||||
|  | @ -19,6 +19,7 @@ e.g.:: | ||||||
|   $ cd Pillow/depends |   $ cd Pillow/depends | ||||||
|   $ ./debian_8.2.sh |   $ ./debian_8.2.sh | ||||||
|   $ cd .. |   $ cd .. | ||||||
|  |   $ git checkout [branch or tag] | ||||||
|   $ virtualenv -p /usr/bin/python2.7 ~/vpy27 |   $ virtualenv -p /usr/bin/python2.7 ~/vpy27 | ||||||
|   $ source ~/vpy27/bin/activate |   $ source ~/vpy27/bin/activate | ||||||
|   $ make install  |   $ make install  | ||||||
|  |  | ||||||
|  | @ -2,7 +2,7 @@ | ||||||
| 
 | 
 | ||||||
| # | # | ||||||
| # Installs all of the dependencies for Pillow for Debian 8.2 | # Installs all of the dependencies for Pillow for Debian 8.2 | ||||||
| # for both system pythons 2.7 and 3.4 | # for both system Pythons 2.7 and 3.4 | ||||||
| # | # | ||||||
| 
 | 
 | ||||||
| sudo apt-get -y install python-dev python-setuptools \ | sudo apt-get -y install python-dev python-setuptools \ | ||||||
|  |  | ||||||
|  | @ -1,8 +1,8 @@ | ||||||
| #!/bin/sh | #!/bin/sh | ||||||
| 
 | 
 | ||||||
| # | # | ||||||
| # Installs all of the dependencies for Pillow for Debian 8.2 | # Installs all of the dependencies for Pillow for Ubuntu 14.04 | ||||||
| # for both system pythons 2.7 and 3.4 | # for both system Pythons 2.7 and 3.4 | ||||||
| # | # | ||||||
| 
 | 
 | ||||||
| sudo apt-get -y install python-dev python-setuptools \ | sudo apt-get -y install python-dev python-setuptools \ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user