mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14: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 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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user