2017年10月28日 星期六

Python 安裝 Pillow 步驟for windows system

Step 1 : go to   https://pypi.python.org/pypi/Pillow 
Step 2 : go to select the Pillow 4.3.0 (2017/10/28)
Step 3:  click Pillow 4.3.0 , then click download
Step 4: to find the suitable  egg file  ==> Pillow-4.3.0-py3.6-win-amd64.egg (md5)
Step 5 : download egg file
Step 6: put Pillow-4.3.0-py3.6-win-amd64.egg (md5)  file to Python/Python36-32/Scripts
Step:7: In windows system , type cmd.exe
Step:8: C:\Python\Python36-32\Scripts>pip install pillow
Step 9: Done
Step 10: go to Python shell to test it , typr  :    from PIL import ImageColor