标签: python pip
使用VCS时,pip支持指定子目录: https://pip.pypa.io/en/latest/reference/pip_install.html#examples
从zip文件安装时是否可以指定子目录?
答案 0 :(得分:0)
不确定这是否是正式的,但确实有效:pip install file:FULL_PATH.zip#subdirectory=SUB_PATH-如果没有file,则整个字符串被认为是文件名的一部分,包括#subdirectory=。
pip install file:FULL_PATH.zip#subdirectory=SUB_PATH
file
#subdirectory=