📜  安装额外要求 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:51.794000             🧑  作者: Mango

代码示例1
# 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