/pythonTools

python工具

Primary LanguagePython

jade

  • Python工具包

1.打包为wheel文件

安装wheel

pip install wheel

打包wheel

python setup.py sdist bdist_wheel

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