pip安装github包确定egg名称
安装
1 | pipenv install git+https://github.com/bluejeans/api-rest-meetings.git@pip-repo#egg=BlueJeansMeetingsRestApi |
setup.py
1 | # coding: utf-8 |
egg: set中name名称
官方Dpc:https://docs.python.org/zh-cn/3/distutils/setupscript.html