python Image 安装

0, download

1, 修改setup.py文件

JPEG_ROOT = ("/usr/lib64/", "/usr/include")
ZLIB_ROOT = ("/usr/lib64/", "/usr/include")

2, 安装:

python setup.py build_ext -i
python selftest.py
python setup.py build
python setup.py install

你可能感兴趣的:(python)