1.首先安裝PIP.
https://pip.pypa.io/en/latest/installing.html#install-pip
python get-pip.py
2.設置好環境變量:
C:\Python27\Scripts
3.安裝wheels
pip install SomePackage-1.0-py2.py3-none-any.whl
構建wheels:https://pip.pypa.io/en/latest/user_guide.html#installing-from-wheels