9

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)?

Community
  • 1
  • 1
JHollanti
  • 2,343
  • 8
  • 27
  • 39

1 Answers1

0

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.

sorin
  • 161,544
  • 178
  • 535
  • 806