Typos, tweaks

This commit is contained in:
wiredfool 2015-10-12 08:55:06 -07:00
parent 24790ecf46
commit 3edf1d003a
3 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ testing with Travis CI.
The other scripts can be used to install all of the dependencies for
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
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
to running the script to actually download Pillow.
@ -19,6 +19,7 @@ e.g.::
$ cd Pillow/depends
$ ./debian_8.2.sh
$ cd ..
$ git checkout [branch or tag]
$ virtualenv -p /usr/bin/python2.7 ~/vpy27
$ source ~/vpy27/bin/activate
$ make install

View File

@ -2,7 +2,7 @@
#
# 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 \

View File

@ -1,8 +1,8 @@
#!/bin/sh
#
# Installs all of the dependencies for Pillow for Debian 8.2
# for both system pythons 2.7 and 3.4
# Installs all of the dependencies for Pillow for Ubuntu 14.04
# for both system Pythons 2.7 and 3.4
#
sudo apt-get -y install python-dev python-setuptools \