setup.py文件的使用:
% python setup.py build #编译
% python setup.py install    #安装
% python setup.py sdist     #制作分发包
% python setup.py bdist_wininst #制作windows下的分发包
% python setup.py bdist_rpm

 

转自: http://blog.csdn.net/ponder008/article/details/6592719/

相关文章:

  • 2022-01-18
  • 2022-02-20
  • 2021-06-13
  • 2021-06-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-28
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-07-02
相关资源
相似解决方案