Skip to content

jadehh/pythonTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jade

  • Python工具包

1.打包为wheel文件

安装wheel

pip install wheel

打包wheel

python setup.py sdist bdist_wheel

wheel-dir 为wheel 输出文件夹,后面接项目文件夹(即包含setup.py的文件夹)