简体   繁体   中英

pip install from git repo branch/commit with submodules

Similar to: pip install from git repo branch

While you can install from a git repo branch/commit with the following syntax:

pip install git+https://github.com/tangentlabs/django-oscar-paypal.git@issue/34/oscar-0.6

how does one specify pip to clone with submodules (--recursive)?

AFAIK this is not possible and will not be implemented, even installation of packaging from git is not a fully supported instllation mechanism.

Shortly, clone it yourself, build the wheels, install the wheels.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM