2017年12月14日 星期四

2017年4月10日 星期一

Python Install pip & setuptools

https://packaging.python.org/installing/
If you have Python 2 >=2.7.9 or Python 3 >=3.4 installed from python.org, you will already have pip and setuptools, but will need to upgrade to the latest version:
On windows 命令提示字元 (Command Prompt) 
type in python -m pip install -U pip setuptools