-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip install from CC repo #9
Comments
You should be able to clone your CodeCommit repository and then install the pip module.
|
I just came across the same feature wish, so I looked into it (including finding this issue). Adding support for I cloned the https://github.com/pypa/pip repo, added Hope this helps. |
Thank you. I will try out the tuple idea. It would be a cool feature request for pip to add that scheme via the command line. |
|
Is there a way to use this to pip install a python package in a CodeCommit repository?
pip install git-remote-codecommit
pip install git+codecommit::{region}://repo-name
The text was updated successfully, but these errors were encountered: