python setup.py install
注意:
python setup.py install --prefix=安装路径
在程序中,使用from import 即可完成对安装的模块使用
from 模块名 import 模块名或者*