||
1. 首先编写setup.py文件
参考http://blog.csdn.net/ponder008/article/details/6592719
2. 安装setuptools
https://pypi.python.org/pypi/setuptools/
Windows安装
> (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python -
Linux下安装Sedtools
wget https://bootstrap.pypa.io/ez_setup.py -O - | python
3. 制作并上传包
建议在windows下生成windows的包,在Linux生成Linux的包
##windows
python setup.py register bdist_wininst upload
#Linux
python setup.py register sdist bdist bdist_rpm upload
4.分别上传不同版本的软件包到Pypi,完成软件包的发布。
参考
##
python的setup.py文件及其常用命令
http://www.2cto.com/kf/201209/153517.html
##
Ubuntu-Python2.7安装 scipy,numpy,matplotlib
http://blog.csdn.net/adream307/article/details/8564441
如果遇到某些依赖的包不能安装,可以搜索下载特定的包,直接安装
Archiver|手机版|科学网 ( 京ICP备07017567号-12 )
GMT+8, 2024-12-26 19:10
Powered by ScienceNet.cn
Copyright © 2007- 中国科学报社