最佳答案
当从 git 存储库安装时,如何使用 pip 来安装 excas _ demand?
我知道你可以做 pip install project[extra]
当项目是在皮皮。
你必须做 pip install -e git+https://github.com/user/project.git#egg=project
的 git 回购,但我没有设法找到如何将这两个选项联系在一起。