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