python 封装为sdk

python setup.py bdist_wheel

然后将dist中的.whl文件给别人安装

安装命令:

pip install package_name.whl

你可能感兴趣的:(python)