我在git中有以下结构
git+https://user@bitbucket.org/repo-name/scripts.git#egg=module&subdirectory=module
我想安装模块,所以我在requirements.txt
中尝试了以下内容IOError: [Errno 2] No such file or directory: '/private/var/folders/p_/gz96g4610fn94hz6w_l2gjyw0000gn/T/pip-build-MLhekq/module/module/setup.py
但这似乎不起作用,我收到以下错误:
NSplitViewController
我知道这个问题可能已在How can I install from a git subdirectory with pip?得到解答,但我正在寻找我的确切语法。
答案 0 :(得分:6)
git+https://user@bitbucket.org/repo-name/scripts.git#subdirectory=folder1/module