Reference
pip install setuptools wheel
python setup.py sdist bdist_wheel
在其他项目
pip install git+https://github.com/wonderjar/[email protected]
或者使用 setup.py
install_requires=['wonderjar_pkg'],
dependency_links=[
'git+https://github.com/wonderjar/[email protected]#egg=wonderjar_pkg-0.0.1'
],
pip install -e . --process-dependency-links