📅  最后修改于: 2022-03-11 14:49:51.794000             🧑  作者: Mango
# For remote repos:
pip install -e git+https://github.com/user/project.git#egg=project[extra]
# And for local ones:
pip install -e .[extra]
# replace 'extra' by the name of the desired extra requirements group