Python模块包安装

1.源代码安装
 
python setup.py install
2.蛋蛋安装(egg文件)
  1).安装setuptools;
  2).添加easy_install.py所在的路径到环境变量;
  3).运行easy_install.py xxx.egg.
3.exe安装
 
双击.

 

你可能感兴趣的:(python,EGG,easy_install,setuptools)